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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3207",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3208,
    "results": [
        {
            "start": 871161660,
            "stop": 871164240
        },
        {
            "start": 871164465,
            "stop": 871165894
        },
        {
            "start": 871166086,
            "stop": 871166095
        },
        {
            "start": 871166100,
            "stop": 871168380
        },
        {
            "start": 871168440,
            "stop": 871169400
        },
        {
            "start": 871169520,
            "stop": 871171200
        },
        {
            "start": 871171320,
            "stop": 871174320
        },
        {
            "start": 871174380,
            "stop": 871175399
        },
        {
            "start": 871189220,
            "stop": 871199933
        },
        {
            "start": 871199937,
            "stop": 871204140
        },
        {
            "start": 871204200,
            "stop": 871204710
        },
        {
            "start": 871204860,
            "stop": 871207800
        },
        {
            "start": 871207860,
            "stop": 871211488
        },
        {
            "start": 871211491,
            "stop": 871212780
        },
        {
            "start": 871212840,
            "stop": 871219184
        },
        {
            "start": 871219365,
            "stop": 871221097
        },
        {
            "start": 871221102,
            "stop": 871223040
        },
        {
            "start": 871223100,
            "stop": 871228547
        },
        {
            "start": 871228692,
            "stop": 871231140
        },
        {
            "start": 871231200,
            "stop": 871232700
        }
    ]
}