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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=244",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 245,
    "results": [
        {
            "start": 1262678032,
            "stop": 1262678033
        },
        {
            "start": 1262678036,
            "stop": 1262678048
        },
        {
            "start": 1262678053,
            "stop": 1262678303
        },
        {
            "start": 1262678305,
            "stop": 1262678341
        },
        {
            "start": 1262678342,
            "stop": 1262678347
        },
        {
            "start": 1262678349,
            "stop": 1262678382
        },
        {
            "start": 1262678384,
            "stop": 1262678406
        },
        {
            "start": 1262678409,
            "stop": 1262678413
        },
        {
            "start": 1262678416,
            "stop": 1262678472
        },
        {
            "start": 1262678476,
            "stop": 1262678542
        },
        {
            "start": 1262678543,
            "stop": 1262678546
        },
        {
            "start": 1262678552,
            "stop": 1262678568
        },
        {
            "start": 1262678570,
            "stop": 1262678596
        },
        {
            "start": 1262678598,
            "stop": 1262678617
        },
        {
            "start": 1262678620,
            "stop": 1262678623
        },
        {
            "start": 1262678625,
            "stop": 1262678841
        },
        {
            "start": 1262678843,
            "stop": 1262678900
        },
        {
            "start": 1262678903,
            "stop": 1262678952
        },
        {
            "start": 1262678954,
            "stop": 1262679014
        },
        {
            "start": 1262679015,
            "stop": 1262679047
        }
    ]
}