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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=134",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 135,
    "results": [
        {
            "start": 819067341,
            "stop": 819067531
        },
        {
            "start": 819067935,
            "stop": 819068922
        },
        {
            "start": 819068941,
            "stop": 819071130
        },
        {
            "start": 819071133,
            "stop": 819075473
        },
        {
            "start": 819076022,
            "stop": 819076997
        },
        {
            "start": 819077717,
            "stop": 819093755
        },
        {
            "start": 819094946,
            "stop": 819097018
        },
        {
            "start": 819097037,
            "stop": 819103095
        },
        {
            "start": 819103099,
            "stop": 819109153
        },
        {
            "start": 819109157,
            "stop": 819109360
        },
        {
            "start": 819109363,
            "stop": 819113450
        },
        {
            "start": 819113960,
            "stop": 819118372
        },
        {
            "start": 819118375,
            "stop": 819119413
        },
        {
            "start": 819119417,
            "stop": 819119770
        },
        {
            "start": 819119774,
            "stop": 819120209
        },
        {
            "start": 819120212,
            "stop": 819122006
        },
        {
            "start": 819122009,
            "stop": 819123497
        },
        {
            "start": 819123500,
            "stop": 819124580
        },
        {
            "start": 819124583,
            "stop": 819124596
        },
        {
            "start": 819124599,
            "stop": 819125482
        }
    ]
}