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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=25",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 26,
    "results": [
        {
            "start": 931138101,
            "stop": 931138103
        },
        {
            "start": 931138105,
            "stop": 931138120
        },
        {
            "start": 931138121,
            "stop": 931138155
        },
        {
            "start": 931138156,
            "stop": 931138198
        },
        {
            "start": 931138200,
            "stop": 931138227
        },
        {
            "start": 931138228,
            "stop": 931138259
        },
        {
            "start": 931138261,
            "stop": 931138273
        },
        {
            "start": 931138274,
            "stop": 931138296
        },
        {
            "start": 931138298,
            "stop": 931138304
        },
        {
            "start": 931138306,
            "stop": 931138319
        },
        {
            "start": 931138320,
            "stop": 931138334
        },
        {
            "start": 931138335,
            "stop": 931138397
        },
        {
            "start": 931138399,
            "stop": 931138433
        },
        {
            "start": 931138435,
            "stop": 931138438
        },
        {
            "start": 931138440,
            "stop": 931138442
        },
        {
            "start": 931138443,
            "stop": 931138445
        },
        {
            "start": 931138447,
            "stop": 931138450
        },
        {
            "start": 931138452,
            "stop": 931138454
        },
        {
            "start": 931138456,
            "stop": 931138462
        },
        {
            "start": 931138463,
            "stop": 931138480
        }
    ]
}