Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9834
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9835",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9833",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9834,
    "results": [
        {
            "start": 874145562,
            "stop": 874145568
        },
        {
            "start": 874145571,
            "stop": 874145576
        },
        {
            "start": 874145579,
            "stop": 874145588
        },
        {
            "start": 874145591,
            "stop": 874145594
        },
        {
            "start": 874145600,
            "stop": 874145602
        },
        {
            "start": 874145605,
            "stop": 874145606
        },
        {
            "start": 874145609,
            "stop": 874145626
        },
        {
            "start": 874145630,
            "stop": 874145648
        },
        {
            "start": 874145651,
            "stop": 874145666
        },
        {
            "start": 874145671,
            "stop": 874145676
        },
        {
            "start": 874145681,
            "stop": 874145814
        },
        {
            "start": 874145819,
            "stop": 874145930
        },
        {
            "start": 874145933,
            "stop": 874145950
        },
        {
            "start": 874145953,
            "stop": 874145977
        },
        {
            "start": 874145980,
            "stop": 874146197
        },
        {
            "start": 874146200,
            "stop": 874146640
        },
        {
            "start": 874146643,
            "stop": 874146778
        },
        {
            "start": 874146781,
            "stop": 874147013
        },
        {
            "start": 874147016,
            "stop": 874147017
        },
        {
            "start": 874147020,
            "stop": 874147065
        }
    ]
}