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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=417",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=415",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 416,
    "results": [
        {
            "start": 854370906,
            "stop": 854372805
        },
        {
            "start": 854373628,
            "stop": 854374431
        },
        {
            "start": 854374562,
            "stop": 854376869
        },
        {
            "start": 854386895,
            "stop": 854389308
        },
        {
            "start": 854389676,
            "stop": 854391808
        },
        {
            "start": 854393853,
            "stop": 854394031
        },
        {
            "start": 854394181,
            "stop": 854402734
        },
        {
            "start": 854405043,
            "stop": 854436488
        },
        {
            "start": 854436490,
            "stop": 854438767
        },
        {
            "start": 854439616,
            "stop": 854442550
        },
        {
            "start": 854442619,
            "stop": 854442954
        },
        {
            "start": 854443022,
            "stop": 854446949
        },
        {
            "start": 854446951,
            "stop": 854449751
        },
        {
            "start": 854449753,
            "stop": 854456794
        },
        {
            "start": 854456853,
            "stop": 854458514
        },
        {
            "start": 854459323,
            "stop": 854462029
        },
        {
            "start": 854462292,
            "stop": 854463184
        },
        {
            "start": 854464415,
            "stop": 854465227
        },
        {
            "start": 854466286,
            "stop": 854469999
        },
        {
            "start": 854471020,
            "stop": 854474588
        }
    ]
}