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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2382",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2380",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2381,
    "results": [
        {
            "start": 872773150,
            "stop": 872776010
        },
        {
            "start": 872776150,
            "stop": 872777234
        },
        {
            "start": 872777251,
            "stop": 872785734
        },
        {
            "start": 872785751,
            "stop": 872787243
        },
        {
            "start": 872787260,
            "stop": 872788988
        },
        {
            "start": 872789005,
            "stop": 872789401
        },
        {
            "start": 872789418,
            "stop": 872792183
        },
        {
            "start": 872792200,
            "stop": 872792268
        },
        {
            "start": 872792285,
            "stop": 872793851
        },
        {
            "start": 872793867,
            "stop": 872796660
        },
        {
            "start": 872796677,
            "stop": 872797493
        },
        {
            "start": 872797510,
            "stop": 872797850
        },
        {
            "start": 872797930,
            "stop": 872804715
        },
        {
            "start": 872804722,
            "stop": 872804790
        },
        {
            "start": 872804794,
            "stop": 872808803
        },
        {
            "start": 872808810,
            "stop": 872809380
        },
        {
            "start": 872809440,
            "stop": 872816662
        },
        {
            "start": 872817269,
            "stop": 872817475
        },
        {
            "start": 872817775,
            "stop": 872822001
        },
        {
            "start": 872822018,
            "stop": 872824920
        }
    ]
}