Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=55
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=54",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 55,
    "results": [
        {
            "start": 817506984,
            "stop": 817507017
        },
        {
            "start": 817507041,
            "stop": 817507052
        },
        {
            "start": 817507073,
            "stop": 817508266
        },
        {
            "start": 817509064,
            "stop": 817510160
        },
        {
            "start": 817511218,
            "stop": 817513898
        },
        {
            "start": 817513915,
            "stop": 817514198
        },
        {
            "start": 817514215,
            "stop": 817519645
        },
        {
            "start": 817519754,
            "stop": 817534455
        },
        {
            "start": 817534472,
            "stop": 817549368
        },
        {
            "start": 817551093,
            "stop": 817551328
        },
        {
            "start": 817551461,
            "stop": 817551469
        },
        {
            "start": 817551548,
            "stop": 817552628
        },
        {
            "start": 817555363,
            "stop": 817558151
        },
        {
            "start": 817558168,
            "stop": 817558686
        },
        {
            "start": 817558703,
            "stop": 817559278
        },
        {
            "start": 817559295,
            "stop": 817559354
        },
        {
            "start": 817559367,
            "stop": 817560349
        },
        {
            "start": 817560353,
            "stop": 817560359
        },
        {
            "start": 817560368,
            "stop": 817560508
        },
        {
            "start": 817560525,
            "stop": 817561022
        }
    ]
}