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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=360",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=358",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 359,
    "results": [
        {
            "start": 1385263918,
            "stop": 1385266256
        },
        {
            "start": 1385266260,
            "stop": 1385279474
        },
        {
            "start": 1385279477,
            "stop": 1385289376
        },
        {
            "start": 1385289380,
            "stop": 1385290069
        },
        {
            "start": 1385290072,
            "stop": 1385290945
        },
        {
            "start": 1385290948,
            "stop": 1385293880
        },
        {
            "start": 1385293882,
            "stop": 1385304159
        },
        {
            "start": 1385304163,
            "stop": 1385309496
        },
        {
            "start": 1385309501,
            "stop": 1385309947
        },
        {
            "start": 1385309950,
            "stop": 1385309951
        },
        {
            "start": 1385315573,
            "stop": 1385320253
        },
        {
            "start": 1385320256,
            "stop": 1385325353
        },
        {
            "start": 1385605500,
            "stop": 1385612823
        },
        {
            "start": 1385612828,
            "stop": 1385617216
        },
        {
            "start": 1385617220,
            "stop": 1385626534
        },
        {
            "start": 1385626538,
            "stop": 1385636678
        },
        {
            "start": 1385650575,
            "stop": 1385652315
        },
        {
            "start": 1385652318,
            "stop": 1385654734
        },
        {
            "start": 1385658811,
            "stop": 1385659411
        },
        {
            "start": 1385659415,
            "stop": 1385662127
        }
    ]
}