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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3546",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3544",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3545,
    "results": [
        {
            "start": 970252562,
            "stop": 970252602
        },
        {
            "start": 970252605,
            "stop": 970252636
        },
        {
            "start": 970252756,
            "stop": 970252763
        },
        {
            "start": 970252766,
            "stop": 970252769
        },
        {
            "start": 970252783,
            "stop": 970252788
        },
        {
            "start": 970252794,
            "stop": 970252795
        },
        {
            "start": 970252801,
            "stop": 970252802
        },
        {
            "start": 970252814,
            "stop": 970252815
        },
        {
            "start": 970253236,
            "stop": 970253276
        },
        {
            "start": 970253279,
            "stop": 970253294
        },
        {
            "start": 970253418,
            "stop": 970253444
        },
        {
            "start": 970253447,
            "stop": 970253537
        },
        {
            "start": 970253548,
            "stop": 970253612
        },
        {
            "start": 970253615,
            "stop": 970253628
        },
        {
            "start": 970253631,
            "stop": 970253776
        },
        {
            "start": 970253779,
            "stop": 970253800
        },
        {
            "start": 970253803,
            "stop": 970253850
        },
        {
            "start": 970253853,
            "stop": 970253916
        },
        {
            "start": 970253922,
            "stop": 970253929
        },
        {
            "start": 970253939,
            "stop": 970253946
        }
    ]
}