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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1700",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1698",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1699,
    "results": [
        {
            "start": 1249022962,
            "stop": 1249023678
        },
        {
            "start": 1249023681,
            "stop": 1249024162
        },
        {
            "start": 1249024165,
            "stop": 1249025081
        },
        {
            "start": 1249025083,
            "stop": 1249025150
        },
        {
            "start": 1249025158,
            "stop": 1249025215
        },
        {
            "start": 1249025218,
            "stop": 1249025329
        },
        {
            "start": 1249025331,
            "stop": 1249026110
        },
        {
            "start": 1249026112,
            "stop": 1249026113
        },
        {
            "start": 1249026121,
            "stop": 1249027361
        },
        {
            "start": 1249027363,
            "stop": 1249028011
        },
        {
            "start": 1249028014,
            "stop": 1249028187
        },
        {
            "start": 1249028190,
            "stop": 1249029053
        },
        {
            "start": 1249029056,
            "stop": 1249029554
        },
        {
            "start": 1249029556,
            "stop": 1249030058
        },
        {
            "start": 1249030061,
            "stop": 1249030066
        },
        {
            "start": 1249030069,
            "stop": 1249030543
        },
        {
            "start": 1249030545,
            "stop": 1249030683
        },
        {
            "start": 1249030686,
            "stop": 1249030762
        },
        {
            "start": 1249030765,
            "stop": 1249030788
        },
        {
            "start": 1249030791,
            "stop": 1249030871
        }
    ]
}