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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=238",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 239,
    "results": [
        {
            "start": 1421989950,
            "stop": 1421990035
        },
        {
            "start": 1421990037,
            "stop": 1421990253
        },
        {
            "start": 1421990255,
            "stop": 1421990510
        },
        {
            "start": 1421990514,
            "stop": 1421990752
        },
        {
            "start": 1421990753,
            "stop": 1421991061
        },
        {
            "start": 1421991063,
            "stop": 1421991445
        },
        {
            "start": 1421991447,
            "stop": 1421991462
        },
        {
            "start": 1421991470,
            "stop": 1421991475
        },
        {
            "start": 1421991476,
            "stop": 1421992234
        },
        {
            "start": 1421992235,
            "stop": 1421992414
        },
        {
            "start": 1421992418,
            "stop": 1421992570
        },
        {
            "start": 1421992578,
            "stop": 1421993166
        },
        {
            "start": 1421993178,
            "stop": 1421993201
        },
        {
            "start": 1421993203,
            "stop": 1421993234
        },
        {
            "start": 1421993250,
            "stop": 1421993410
        },
        {
            "start": 1421993419,
            "stop": 1421993422
        },
        {
            "start": 1421993426,
            "stop": 1421993438
        },
        {
            "start": 1421993442,
            "stop": 1421993586
        },
        {
            "start": 1421993591,
            "stop": 1421994326
        },
        {
            "start": 1421994334,
            "stop": 1421994354
        }
    ]
}