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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=278",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 279,
    "results": [
        {
            "start": 931528297,
            "stop": 931528303
        },
        {
            "start": 931528304,
            "stop": 931528336
        },
        {
            "start": 931528337,
            "stop": 931528338
        },
        {
            "start": 931528340,
            "stop": 931528341
        },
        {
            "start": 931528342,
            "stop": 931528344
        },
        {
            "start": 931528346,
            "stop": 931528353
        },
        {
            "start": 931528357,
            "stop": 931528358
        },
        {
            "start": 931528363,
            "stop": 931528364
        },
        {
            "start": 931528365,
            "stop": 931528370
        },
        {
            "start": 931528372,
            "stop": 931528376
        },
        {
            "start": 931528378,
            "stop": 931528385
        },
        {
            "start": 931528387,
            "stop": 931528389
        },
        {
            "start": 931528392,
            "stop": 931528393
        },
        {
            "start": 931528397,
            "stop": 931528400
        },
        {
            "start": 931528402,
            "stop": 931528416
        },
        {
            "start": 931528421,
            "stop": 931528431
        },
        {
            "start": 931528434,
            "stop": 931528437
        },
        {
            "start": 931528439,
            "stop": 931528459
        },
        {
            "start": 931528461,
            "stop": 931528471
        },
        {
            "start": 931528475,
            "stop": 931528477
        }
    ]
}