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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=54",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 55,
    "results": [
        {
            "start": 817197322,
            "stop": 817197721
        },
        {
            "start": 817197724,
            "stop": 817197761
        },
        {
            "start": 817197764,
            "stop": 817197853
        },
        {
            "start": 817197856,
            "stop": 817199157
        },
        {
            "start": 817199174,
            "stop": 817199832
        },
        {
            "start": 817200031,
            "stop": 817200553
        },
        {
            "start": 817200556,
            "stop": 817200709
        },
        {
            "start": 817200713,
            "stop": 817200803
        },
        {
            "start": 817200806,
            "stop": 817201820
        },
        {
            "start": 817201824,
            "stop": 817202283
        },
        {
            "start": 817202286,
            "stop": 817202365
        },
        {
            "start": 817202368,
            "stop": 817202550
        },
        {
            "start": 817202554,
            "stop": 817203349
        },
        {
            "start": 817203353,
            "stop": 817203395
        },
        {
            "start": 817203398,
            "stop": 817209959
        },
        {
            "start": 817209962,
            "stop": 817210068
        },
        {
            "start": 817210071,
            "stop": 817210074
        },
        {
            "start": 817210078,
            "stop": 817210876
        },
        {
            "start": 817210880,
            "stop": 817211755
        },
        {
            "start": 817211758,
            "stop": 817214128
        }
    ]
}