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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=35",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 36,
    "results": [
        {
            "start": 820512639,
            "stop": 820522062
        },
        {
            "start": 820522272,
            "stop": 820522531
        },
        {
            "start": 820522613,
            "stop": 820522780
        },
        {
            "start": 820525502,
            "stop": 820528733
        },
        {
            "start": 820537954,
            "stop": 820539117
        },
        {
            "start": 820541648,
            "stop": 820544827
        },
        {
            "start": 820546174,
            "stop": 820550176
        },
        {
            "start": 820550275,
            "stop": 820554260
        },
        {
            "start": 820556256,
            "stop": 820557390
        },
        {
            "start": 820558606,
            "stop": 820562867
        },
        {
            "start": 820563687,
            "stop": 820590106
        },
        {
            "start": 820590108,
            "stop": 820608080
        },
        {
            "start": 820608082,
            "stop": 820608084
        },
        {
            "start": 820608158,
            "stop": 820608182
        },
        {
            "start": 820608184,
            "stop": 820608185
        },
        {
            "start": 820608440,
            "stop": 820608619
        },
        {
            "start": 820608620,
            "stop": 820608622
        },
        {
            "start": 820609231,
            "stop": 820614879
        },
        {
            "start": 820615215,
            "stop": 820626109
        },
        {
            "start": 820628379,
            "stop": 820631601
        }
    ]
}