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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=119",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 120,
    "results": [
        {
            "start": 827234371,
            "stop": 827234374
        },
        {
            "start": 827234385,
            "stop": 827234389
        },
        {
            "start": 827234398,
            "stop": 827234437
        },
        {
            "start": 827234446,
            "stop": 827234452
        },
        {
            "start": 827234461,
            "stop": 827234472
        },
        {
            "start": 827234475,
            "stop": 827234486
        },
        {
            "start": 827234490,
            "stop": 827234495
        },
        {
            "start": 827234504,
            "stop": 827234570
        },
        {
            "start": 827234575,
            "stop": 827234594
        },
        {
            "start": 827234598,
            "stop": 827234613
        },
        {
            "start": 827234632,
            "stop": 827234661
        },
        {
            "start": 827234670,
            "stop": 827234739
        },
        {
            "start": 827234742,
            "stop": 827234806
        },
        {
            "start": 827234814,
            "stop": 827234820
        },
        {
            "start": 827234824,
            "stop": 827234859
        },
        {
            "start": 827234867,
            "stop": 827234873
        },
        {
            "start": 827234877,
            "stop": 827234883
        },
        {
            "start": 827234891,
            "stop": 827234917
        },
        {
            "start": 827234921,
            "stop": 827234936
        },
        {
            "start": 827234945,
            "stop": 827234966
        }
    ]
}