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=965
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=966",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=964",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 965,
    "results": [
        {
            "start": 871995933,
            "stop": 871995993
        },
        {
            "start": 872002032,
            "stop": 872002752
        },
        {
            "start": 872002901,
            "stop": 872002961
        },
        {
            "start": 872003113,
            "stop": 872003233
        },
        {
            "start": 872003390,
            "stop": 872005850
        },
        {
            "start": 872009894,
            "stop": 872010344
        },
        {
            "start": 872010494,
            "stop": 872010794
        },
        {
            "start": 872010966,
            "stop": 872015046
        },
        {
            "start": 872016391,
            "stop": 872016511
        },
        {
            "start": 872016707,
            "stop": 872018027
        },
        {
            "start": 872019362,
            "stop": 872023862
        },
        {
            "start": 872024075,
            "stop": 872027855
        },
        {
            "start": 872028124,
            "stop": 872030584
        },
        {
            "start": 872032302,
            "stop": 872032602
        },
        {
            "start": 872032756,
            "stop": 872035456
        },
        {
            "start": 872035600,
            "stop": 872039140
        },
        {
            "start": 872039287,
            "stop": 872039407
        },
        {
            "start": 872039554,
            "stop": 872039614
        },
        {
            "start": 872039745,
            "stop": 872043345
        },
        {
            "start": 872043496,
            "stop": 872048296
        }
    ]
}