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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=123",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 124,
    "results": [
        {
            "start": 1372408681,
            "stop": 1372411121
        },
        {
            "start": 1372411123,
            "stop": 1372416419
        },
        {
            "start": 1372416422,
            "stop": 1372417110
        },
        {
            "start": 1372417111,
            "stop": 1372419351
        },
        {
            "start": 1372419353,
            "stop": 1372421235
        },
        {
            "start": 1372421236,
            "stop": 1372421999
        },
        {
            "start": 1372425326,
            "stop": 1372426239
        },
        {
            "start": 1372426240,
            "stop": 1372428392
        },
        {
            "start": 1372428394,
            "stop": 1372429184
        },
        {
            "start": 1372429186,
            "stop": 1372430933
        },
        {
            "start": 1372430935,
            "stop": 1372438563
        },
        {
            "start": 1372445425,
            "stop": 1372447052
        },
        {
            "start": 1372447054,
            "stop": 1372447274
        },
        {
            "start": 1372447275,
            "stop": 1372447982
        },
        {
            "start": 1372447984,
            "stop": 1372449328
        },
        {
            "start": 1372449329,
            "stop": 1372449773
        },
        {
            "start": 1372449775,
            "stop": 1372450733
        },
        {
            "start": 1372450735,
            "stop": 1372450886
        },
        {
            "start": 1372450887,
            "stop": 1372452261
        },
        {
            "start": 1372452263,
            "stop": 1372452474
        }
    ]
}