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=3209
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=3210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3208",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3209,
    "results": [
        {
            "start": 871232760,
            "stop": 871233052
        },
        {
            "start": 871233063,
            "stop": 871233107
        },
        {
            "start": 871233113,
            "stop": 871233846
        },
        {
            "start": 871233850,
            "stop": 871233870
        },
        {
            "start": 871233960,
            "stop": 871234560
        },
        {
            "start": 871234620,
            "stop": 871234714
        },
        {
            "start": 871234718,
            "stop": 871234890
        },
        {
            "start": 871234980,
            "stop": 871236240
        },
        {
            "start": 871236420,
            "stop": 871236480
        },
        {
            "start": 871236540,
            "stop": 871236570
        },
        {
            "start": 871241333,
            "stop": 871241760
        },
        {
            "start": 871241820,
            "stop": 871242240
        },
        {
            "start": 871242300,
            "stop": 871243107
        },
        {
            "start": 871243108,
            "stop": 871243109
        },
        {
            "start": 871243113,
            "stop": 871243142
        },
        {
            "start": 871252337,
            "stop": 871252560
        },
        {
            "start": 871252680,
            "stop": 871252915
        },
        {
            "start": 871253053,
            "stop": 871253100
        },
        {
            "start": 871253160,
            "stop": 871256435
        },
        {
            "start": 871271344,
            "stop": 871271580
        }
    ]
}