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=954
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=955",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=953",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 954,
    "results": [
        {
            "start": 871406333,
            "stop": 871406633
        },
        {
            "start": 871407860,
            "stop": 871409300
        },
        {
            "start": 871410277,
            "stop": 871412017
        },
        {
            "start": 871412177,
            "stop": 871412357
        },
        {
            "start": 871412502,
            "stop": 871413282
        },
        {
            "start": 871413493,
            "stop": 871414213
        },
        {
            "start": 871432943,
            "stop": 871433063
        },
        {
            "start": 871433215,
            "stop": 871438315
        },
        {
            "start": 871438699,
            "stop": 871439659
        },
        {
            "start": 871439809,
            "stop": 871441339
        },
        {
            "start": 871446248,
            "stop": 871446608
        },
        {
            "start": 871446789,
            "stop": 871449309
        },
        {
            "start": 871449555,
            "stop": 871457355
        },
        {
            "start": 871457574,
            "stop": 871459134
        },
        {
            "start": 871459536,
            "stop": 871459596
        },
        {
            "start": 871459755,
            "stop": 871459815
        },
        {
            "start": 871461234,
            "stop": 871464684
        },
        {
            "start": 871464834,
            "stop": 871467174
        },
        {
            "start": 871467378,
            "stop": 871473948
        },
        {
            "start": 871474098,
            "stop": 871475358
        }
    ]
}