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=278
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=279",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=277",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 278,
    "results": [
        {
            "start": 1377204162,
            "stop": 1377204739
        },
        {
            "start": 1377204741,
            "stop": 1377205149
        },
        {
            "start": 1377205150,
            "stop": 1377206086
        },
        {
            "start": 1377206087,
            "stop": 1377207969
        },
        {
            "start": 1377207971,
            "stop": 1377208675
        },
        {
            "start": 1377212200,
            "stop": 1377212250
        },
        {
            "start": 1377212252,
            "stop": 1377213516
        },
        {
            "start": 1377213517,
            "stop": 1377214010
        },
        {
            "start": 1377214012,
            "stop": 1377215192
        },
        {
            "start": 1377215194,
            "stop": 1377217239
        },
        {
            "start": 1377217241,
            "stop": 1377219743
        },
        {
            "start": 1377219745,
            "stop": 1377220425
        },
        {
            "start": 1377220427,
            "stop": 1377220610
        },
        {
            "start": 1377220612,
            "stop": 1377221608
        },
        {
            "start": 1377221610,
            "stop": 1377222382
        },
        {
            "start": 1377222384,
            "stop": 1377224057
        },
        {
            "start": 1377224060,
            "stop": 1377224287
        },
        {
            "start": 1377224289,
            "stop": 1377225363
        },
        {
            "start": 1377225365,
            "stop": 1377227381
        },
        {
            "start": 1377227386,
            "stop": 1377229782
        }
    ]
}