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=232
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=233",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=231",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 232,
    "results": [
        {
            "start": 1376245693,
            "stop": 1376245739
        },
        {
            "start": 1376245741,
            "stop": 1376247914
        },
        {
            "start": 1376263551,
            "stop": 1376264708
        },
        {
            "start": 1376264710,
            "stop": 1376265249
        },
        {
            "start": 1376265250,
            "stop": 1376266328
        },
        {
            "start": 1376266330,
            "stop": 1376266900
        },
        {
            "start": 1376266901,
            "stop": 1376269384
        },
        {
            "start": 1376269386,
            "stop": 1376271669
        },
        {
            "start": 1376271670,
            "stop": 1376272415
        },
        {
            "start": 1376272417,
            "stop": 1376273514
        },
        {
            "start": 1376273516,
            "stop": 1376274807
        },
        {
            "start": 1376274809,
            "stop": 1376276735
        },
        {
            "start": 1376276737,
            "stop": 1376278411
        },
        {
            "start": 1376278414,
            "stop": 1376278535
        },
        {
            "start": 1376278537,
            "stop": 1376278697
        },
        {
            "start": 1376278698,
            "stop": 1376280470
        },
        {
            "start": 1376280471,
            "stop": 1376280775
        },
        {
            "start": 1376280776,
            "stop": 1376282823
        },
        {
            "start": 1376282825,
            "stop": 1376283146
        },
        {
            "start": 1376283147,
            "stop": 1376284938
        }
    ]
}