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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=43",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 44,
    "results": [
        {
            "start": 819067935,
            "stop": 819068931
        },
        {
            "start": 819068933,
            "stop": 819075473
        },
        {
            "start": 819076022,
            "stop": 819076997
        },
        {
            "start": 819077717,
            "stop": 819093875
        },
        {
            "start": 819094946,
            "stop": 819097027
        },
        {
            "start": 819097029,
            "stop": 819113450
        },
        {
            "start": 819113960,
            "stop": 819129833
        },
        {
            "start": 819143934,
            "stop": 819144213
        },
        {
            "start": 819145392,
            "stop": 819148004
        },
        {
            "start": 819149430,
            "stop": 819150508
        },
        {
            "start": 819154713,
            "stop": 819160195
        },
        {
            "start": 819160197,
            "stop": 819162390
        },
        {
            "start": 819162450,
            "stop": 819179757
        },
        {
            "start": 819179758,
            "stop": 819183349
        },
        {
            "start": 819183350,
            "stop": 819185250
        },
        {
            "start": 819185596,
            "stop": 819186659
        },
        {
            "start": 819187535,
            "stop": 819188020
        },
        {
            "start": 819188420,
            "stop": 819191096
        },
        {
            "start": 819192071,
            "stop": 819201588
        },
        {
            "start": 819202297,
            "stop": 819203716
        }
    ]
}