Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4964
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4965",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4963",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4964,
    "results": [
        {
            "start": 874452651,
            "stop": 874452773
        },
        {
            "start": 874452780,
            "stop": 874452824
        },
        {
            "start": 874452831,
            "stop": 874452852
        },
        {
            "start": 874452859,
            "stop": 874452896
        },
        {
            "start": 874452906,
            "stop": 874453010
        },
        {
            "start": 874453017,
            "stop": 874453022
        },
        {
            "start": 874453029,
            "stop": 874453105
        },
        {
            "start": 874453112,
            "stop": 874453217
        },
        {
            "start": 874453224,
            "stop": 874453251
        },
        {
            "start": 874453259,
            "stop": 874453626
        },
        {
            "start": 874453633,
            "stop": 874453649
        },
        {
            "start": 874453668,
            "stop": 874453679
        },
        {
            "start": 874453687,
            "stop": 874453707
        },
        {
            "start": 874453714,
            "stop": 874453998
        },
        {
            "start": 874454006,
            "stop": 874454042
        },
        {
            "start": 874454052,
            "stop": 874454125
        },
        {
            "start": 874454136,
            "stop": 874454176
        },
        {
            "start": 874454183,
            "stop": 874454215
        },
        {
            "start": 874454222,
            "stop": 874454231
        },
        {
            "start": 874454238,
            "stop": 874454297
        }
    ]
}