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=1059
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=1060",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1058",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1059,
    "results": [
        {
            "start": 875050770,
            "stop": 875051010
        },
        {
            "start": 875051166,
            "stop": 875052606
        },
        {
            "start": 875052989,
            "stop": 875053109
        },
        {
            "start": 875053288,
            "stop": 875053648
        },
        {
            "start": 875053921,
            "stop": 875054341
        },
        {
            "start": 875054584,
            "stop": 875054704
        },
        {
            "start": 875055021,
            "stop": 875055081
        },
        {
            "start": 875055253,
            "stop": 875055373
        },
        {
            "start": 875055582,
            "stop": 875055942
        },
        {
            "start": 875057535,
            "stop": 875059365
        },
        {
            "start": 875059455,
            "stop": 875060235
        },
        {
            "start": 875060442,
            "stop": 875061162
        },
        {
            "start": 875061402,
            "stop": 875062662
        },
        {
            "start": 875062812,
            "stop": 875062932
        },
        {
            "start": 875063067,
            "stop": 875064567
        },
        {
            "start": 875064976,
            "stop": 875068156
        },
        {
            "start": 875068311,
            "stop": 875070531
        },
        {
            "start": 875070730,
            "stop": 875071330
        },
        {
            "start": 875071493,
            "stop": 875073293
        },
        {
            "start": 875073444,
            "stop": 875075784
        }
    ]
}