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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=102",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 103,
    "results": [
        {
            "start": 1126590011,
            "stop": 1126590012
        },
        {
            "start": 1126590013,
            "stop": 1126590016
        },
        {
            "start": 1126590017,
            "stop": 1126590047
        },
        {
            "start": 1126590048,
            "stop": 1126590049
        },
        {
            "start": 1126590051,
            "stop": 1126590053
        },
        {
            "start": 1126590058,
            "stop": 1126590060
        },
        {
            "start": 1126590061,
            "stop": 1126590064
        },
        {
            "start": 1126590065,
            "stop": 1126590074
        },
        {
            "start": 1126590076,
            "stop": 1126590245
        },
        {
            "start": 1126590247,
            "stop": 1126590536
        },
        {
            "start": 1126590537,
            "stop": 1126590614
        },
        {
            "start": 1126590615,
            "stop": 1126590856
        },
        {
            "start": 1126590858,
            "stop": 1126591146
        },
        {
            "start": 1126591148,
            "stop": 1126591461
        },
        {
            "start": 1126591462,
            "stop": 1126591793
        },
        {
            "start": 1126591794,
            "stop": 1126591843
        },
        {
            "start": 1126591845,
            "stop": 1126592113
        },
        {
            "start": 1126592114,
            "stop": 1126592424
        },
        {
            "start": 1126592425,
            "stop": 1126592710
        },
        {
            "start": 1126592711,
            "stop": 1126592738
        }
    ]
}