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=942
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=943",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=941",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 942,
    "results": [
        {
            "start": 870766389,
            "stop": 870769569
        },
        {
            "start": 870771142,
            "stop": 870775402
        },
        {
            "start": 870775601,
            "stop": 870782141
        },
        {
            "start": 870782374,
            "stop": 870786334
        },
        {
            "start": 870786588,
            "stop": 870786888
        },
        {
            "start": 870788030,
            "stop": 870788270
        },
        {
            "start": 870789004,
            "stop": 870796444
        },
        {
            "start": 870796830,
            "stop": 870800370
        },
        {
            "start": 870800592,
            "stop": 870801372
        },
        {
            "start": 870802642,
            "stop": 870803722
        },
        {
            "start": 870803888,
            "stop": 870805328
        },
        {
            "start": 870805477,
            "stop": 870805897
        },
        {
            "start": 870806051,
            "stop": 870806591
        },
        {
            "start": 870806740,
            "stop": 870807040
        },
        {
            "start": 870807328,
            "stop": 870809968
        },
        {
            "start": 870810321,
            "stop": 870811401
        },
        {
            "start": 870811640,
            "stop": 870813860
        },
        {
            "start": 870816492,
            "stop": 870817332
        },
        {
            "start": 870817638,
            "stop": 870818178
        },
        {
            "start": 870818331,
            "stop": 870819171
        }
    ]
}