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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=968",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=966",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 967,
    "results": [
        {
            "start": 872095950,
            "stop": 872096730
        },
        {
            "start": 872096948,
            "stop": 872098508
        },
        {
            "start": 872098683,
            "stop": 872101563
        },
        {
            "start": 872101731,
            "stop": 872103891
        },
        {
            "start": 872105719,
            "stop": 872107039
        },
        {
            "start": 872107172,
            "stop": 872108612
        },
        {
            "start": 872108993,
            "stop": 872109533
        },
        {
            "start": 872109868,
            "stop": 872111428
        },
        {
            "start": 872111774,
            "stop": 872112104
        },
        {
            "start": 872112245,
            "stop": 872112485
        },
        {
            "start": 872112629,
            "stop": 872112869
        },
        {
            "start": 872113013,
            "stop": 872113733
        },
        {
            "start": 872113897,
            "stop": 872114077
        },
        {
            "start": 872114247,
            "stop": 872115657
        },
        {
            "start": 872115687,
            "stop": 872116827
        },
        {
            "start": 872116985,
            "stop": 872120765
        },
        {
            "start": 872120924,
            "stop": 872123324
        },
        {
            "start": 872123498,
            "stop": 872124458
        },
        {
            "start": 872124626,
            "stop": 872127176
        },
        {
            "start": 872127326,
            "stop": 872129306
        }
    ]
}