Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14138
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14139",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14137",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14138,
    "results": [
        {
            "start": 971163138,
            "stop": 971163147
        },
        {
            "start": 971163148,
            "stop": 971163149
        },
        {
            "start": 971163154,
            "stop": 971163155
        },
        {
            "start": 971163157,
            "stop": 971163166
        },
        {
            "start": 971163169,
            "stop": 971163172
        },
        {
            "start": 971163177,
            "stop": 971163181
        },
        {
            "start": 971163183,
            "stop": 971163188
        },
        {
            "start": 971163190,
            "stop": 971163193
        },
        {
            "start": 971163196,
            "stop": 971163197
        },
        {
            "start": 971163198,
            "stop": 971163204
        },
        {
            "start": 971163206,
            "stop": 971163209
        },
        {
            "start": 971163210,
            "stop": 971163211
        },
        {
            "start": 971163216,
            "stop": 971163217
        },
        {
            "start": 971163221,
            "stop": 971163222
        },
        {
            "start": 971163225,
            "stop": 971163227
        },
        {
            "start": 971163229,
            "stop": 971163231
        },
        {
            "start": 971163233,
            "stop": 971163237
        },
        {
            "start": 971163240,
            "stop": 971163241
        },
        {
            "start": 971163243,
            "stop": 971163244
        },
        {
            "start": 971163246,
            "stop": 971163248
        }
    ]
}