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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=17",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 18,
    "results": [
        {
            "start": 1238356141,
            "stop": 1238356202
        },
        {
            "start": 1238356205,
            "stop": 1238356223
        },
        {
            "start": 1238356224,
            "stop": 1238356225
        },
        {
            "start": 1238356226,
            "stop": 1238356242
        },
        {
            "start": 1238356243,
            "stop": 1238356247
        },
        {
            "start": 1238356248,
            "stop": 1238356271
        },
        {
            "start": 1238356272,
            "stop": 1238356273
        },
        {
            "start": 1238356274,
            "stop": 1238356297
        },
        {
            "start": 1238356299,
            "stop": 1238356303
        },
        {
            "start": 1238356304,
            "stop": 1238356328
        },
        {
            "start": 1238356329,
            "stop": 1238356336
        },
        {
            "start": 1238356337,
            "stop": 1238356405
        },
        {
            "start": 1238356406,
            "stop": 1238356408
        },
        {
            "start": 1238356410,
            "stop": 1238356412
        },
        {
            "start": 1238356414,
            "stop": 1238356450
        },
        {
            "start": 1238356451,
            "stop": 1238356455
        },
        {
            "start": 1238356456,
            "stop": 1238356477
        },
        {
            "start": 1238356481,
            "stop": 1238356488
        },
        {
            "start": 1238356489,
            "stop": 1238356497
        },
        {
            "start": 1238356498,
            "stop": 1238356520
        }
    ]
}