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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=266",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 267,
    "results": [
        {
            "start": 865089654,
            "stop": 865089658
        },
        {
            "start": 865089661,
            "stop": 865089780
        },
        {
            "start": 865089785,
            "stop": 865089791
        },
        {
            "start": 865089807,
            "stop": 865090632
        },
        {
            "start": 865090635,
            "stop": 865090819
        },
        {
            "start": 865112914,
            "stop": 865121120
        },
        {
            "start": 865121123,
            "stop": 865129317
        },
        {
            "start": 865129318,
            "stop": 865129564
        },
        {
            "start": 865130469,
            "stop": 865131304
        },
        {
            "start": 865131307,
            "stop": 865134155
        },
        {
            "start": 865136436,
            "stop": 865181786
        },
        {
            "start": 865183088,
            "stop": 865183413
        },
        {
            "start": 865183414,
            "stop": 865183415
        },
        {
            "start": 865196704,
            "stop": 865196728
        },
        {
            "start": 865197432,
            "stop": 865198261
        },
        {
            "start": 865199093,
            "stop": 865199193
        },
        {
            "start": 865199194,
            "stop": 865199277
        },
        {
            "start": 865199280,
            "stop": 865199376
        },
        {
            "start": 865218434,
            "stop": 865220627
        },
        {
            "start": 865220628,
            "stop": 865281951
        }
    ]
}