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=5036
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=5037",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5035",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5036,
    "results": [
        {
            "start": 874581869,
            "stop": 874581912
        },
        {
            "start": 874581919,
            "stop": 874582132
        },
        {
            "start": 874582139,
            "stop": 874582173
        },
        {
            "start": 874582180,
            "stop": 874582195
        },
        {
            "start": 874582202,
            "stop": 874582277
        },
        {
            "start": 874582285,
            "stop": 874582311
        },
        {
            "start": 874582318,
            "stop": 874582502
        },
        {
            "start": 874582509,
            "stop": 874582626
        },
        {
            "start": 874582634,
            "stop": 874583040
        },
        {
            "start": 874583047,
            "stop": 874583286
        },
        {
            "start": 874583293,
            "stop": 874583454
        },
        {
            "start": 874583461,
            "stop": 874583475
        },
        {
            "start": 874583482,
            "stop": 874583571
        },
        {
            "start": 874583579,
            "stop": 874583686
        },
        {
            "start": 874583693,
            "stop": 874583704
        },
        {
            "start": 874583711,
            "stop": 874584032
        },
        {
            "start": 874584039,
            "stop": 874584054
        },
        {
            "start": 874584061,
            "stop": 874584173
        },
        {
            "start": 874584180,
            "stop": 874584307
        },
        {
            "start": 874584314,
            "stop": 874584371
        }
    ]
}