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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=112",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 113,
    "results": [
        {
            "start": 825943713,
            "stop": 825944934
        },
        {
            "start": 825944938,
            "stop": 825946153
        },
        {
            "start": 825946162,
            "stop": 825947294
        },
        {
            "start": 825947298,
            "stop": 825951107
        },
        {
            "start": 825951110,
            "stop": 825953731
        },
        {
            "start": 825953735,
            "stop": 825954082
        },
        {
            "start": 825954086,
            "stop": 825956653
        },
        {
            "start": 825962287,
            "stop": 825966673
        },
        {
            "start": 825966707,
            "stop": 825966708
        },
        {
            "start": 825967025,
            "stop": 825970771
        },
        {
            "start": 825970775,
            "stop": 825970922
        },
        {
            "start": 825971513,
            "stop": 825972566
        },
        {
            "start": 825972579,
            "stop": 825972599
        },
        {
            "start": 825972603,
            "stop": 825974344
        },
        {
            "start": 825974348,
            "stop": 825974871
        },
        {
            "start": 825974884,
            "stop": 825974890
        },
        {
            "start": 825974894,
            "stop": 825974900
        },
        {
            "start": 825974904,
            "stop": 825975235
        },
        {
            "start": 825975239,
            "stop": 825975246
        },
        {
            "start": 825975250,
            "stop": 825975394
        }
    ]
}