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_CBCHIGH_CAT3/segments?format=api&page=5042
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=5043",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5041",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5042,
    "results": [
        {
            "start": 874581111,
            "stop": 874581118
        },
        {
            "start": 874581138,
            "stop": 874581188
        },
        {
            "start": 874581207,
            "stop": 874581267
        },
        {
            "start": 874581286,
            "stop": 874581412
        },
        {
            "start": 874581431,
            "stop": 874581484
        },
        {
            "start": 874581517,
            "stop": 874581700
        },
        {
            "start": 874581719,
            "stop": 874581722
        },
        {
            "start": 874581742,
            "stop": 874581856
        },
        {
            "start": 874581875,
            "stop": 874581906
        },
        {
            "start": 874581925,
            "stop": 874582126
        },
        {
            "start": 874582145,
            "stop": 874582167
        },
        {
            "start": 874582186,
            "stop": 874582189
        },
        {
            "start": 874582208,
            "stop": 874582271
        },
        {
            "start": 874582291,
            "stop": 874582305
        },
        {
            "start": 874582324,
            "stop": 874582496
        },
        {
            "start": 874582515,
            "stop": 874582620
        },
        {
            "start": 874582640,
            "stop": 874583034
        },
        {
            "start": 874583053,
            "stop": 874583280
        },
        {
            "start": 874583299,
            "stop": 874583448
        },
        {
            "start": 874583467,
            "stop": 874583469
        }
    ]
}