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=4970
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=4971",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4969",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4970,
    "results": [
        {
            "start": 874403204,
            "stop": 874403467
        },
        {
            "start": 874403486,
            "stop": 874403489
        },
        {
            "start": 874403511,
            "stop": 874403681
        },
        {
            "start": 874403719,
            "stop": 874403864
        },
        {
            "start": 874403883,
            "stop": 874404033
        },
        {
            "start": 874404052,
            "stop": 874404170
        },
        {
            "start": 874404194,
            "stop": 874404234
        },
        {
            "start": 874404254,
            "stop": 874404464
        },
        {
            "start": 874404483,
            "stop": 874404699
        },
        {
            "start": 874404719,
            "stop": 874405203
        },
        {
            "start": 874405222,
            "stop": 874405614
        },
        {
            "start": 874405633,
            "stop": 874405743
        },
        {
            "start": 874405778,
            "stop": 874405885
        },
        {
            "start": 874405920,
            "stop": 874406442
        },
        {
            "start": 874406461,
            "stop": 874406851
        },
        {
            "start": 874406870,
            "stop": 874406897
        },
        {
            "start": 874406916,
            "stop": 874407178
        },
        {
            "start": 874407198,
            "stop": 874407806
        },
        {
            "start": 874407825,
            "stop": 874407948
        },
        {
            "start": 874407984,
            "stop": 874408224
        }
    ]
}