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_CAT2/segments?format=api&page=18
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=17",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 18,
    "results": [
        {
            "start": 817499373,
            "stop": 817499387
        },
        {
            "start": 817499393,
            "stop": 817502041
        },
        {
            "start": 817502095,
            "stop": 817503241
        },
        {
            "start": 817506984,
            "stop": 817507025
        },
        {
            "start": 817507033,
            "stop": 817507060
        },
        {
            "start": 817507065,
            "stop": 817508310
        },
        {
            "start": 817508370,
            "stop": 817508386
        },
        {
            "start": 817509064,
            "stop": 817510279
        },
        {
            "start": 817511218,
            "stop": 817519645
        },
        {
            "start": 817519754,
            "stop": 817549410
        },
        {
            "start": 817549470,
            "stop": 817549488
        },
        {
            "start": 817551093,
            "stop": 817551344
        },
        {
            "start": 817551461,
            "stop": 817551469
        },
        {
            "start": 817551548,
            "stop": 817552710
        },
        {
            "start": 817555363,
            "stop": 817561030
        },
        {
            "start": 817561035,
            "stop": 817562730
        },
        {
            "start": 817562970,
            "stop": 817562982
        },
        {
            "start": 817562988,
            "stop": 817563020
        },
        {
            "start": 817563025,
            "stop": 817563030
        },
        {
            "start": 817563090,
            "stop": 817564371
        }
    ]
}