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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=232",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=230",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 231,
    "results": [
        {
            "start": 931538122,
            "stop": 931538137
        },
        {
            "start": 931538139,
            "stop": 931538170
        },
        {
            "start": 931538173,
            "stop": 931538174
        },
        {
            "start": 931538182,
            "stop": 931538183
        },
        {
            "start": 931538190,
            "stop": 931538195
        },
        {
            "start": 931538196,
            "stop": 931538202
        },
        {
            "start": 931538207,
            "stop": 931538208
        },
        {
            "start": 931538212,
            "stop": 931538213
        },
        {
            "start": 931538216,
            "stop": 931538218
        },
        {
            "start": 931538220,
            "stop": 931538225
        },
        {
            "start": 931538230,
            "stop": 931538240
        },
        {
            "start": 931538242,
            "stop": 931538259
        },
        {
            "start": 931538263,
            "stop": 931538264
        },
        {
            "start": 931538266,
            "stop": 931538268
        },
        {
            "start": 931538270,
            "stop": 931538276
        },
        {
            "start": 931538277,
            "stop": 931538331
        },
        {
            "start": 931538334,
            "stop": 931538337
        },
        {
            "start": 931538338,
            "stop": 931538347
        },
        {
            "start": 931538349,
            "stop": 931538350
        },
        {
            "start": 931538352,
            "stop": 931538354
        }
    ]
}