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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2363",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2361",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2362,
    "results": [
        {
            "start": 874752193,
            "stop": 874752257
        },
        {
            "start": 874752276,
            "stop": 874752725
        },
        {
            "start": 874752743,
            "stop": 874753367
        },
        {
            "start": 874753384,
            "stop": 874755076
        },
        {
            "start": 874755093,
            "stop": 874755344
        },
        {
            "start": 874755361,
            "stop": 874755801
        },
        {
            "start": 874755824,
            "stop": 874755842
        },
        {
            "start": 874755859,
            "stop": 874756170
        },
        {
            "start": 874756187,
            "stop": 874756467
        },
        {
            "start": 874756484,
            "stop": 874756502
        },
        {
            "start": 874756519,
            "stop": 874756603
        },
        {
            "start": 874756626,
            "stop": 874756752
        },
        {
            "start": 874756769,
            "stop": 874756995
        },
        {
            "start": 874757012,
            "stop": 874757498
        },
        {
            "start": 874757515,
            "stop": 874757521
        },
        {
            "start": 874757542,
            "stop": 874757678
        },
        {
            "start": 874757695,
            "stop": 874758057
        },
        {
            "start": 874758074,
            "stop": 874758968
        },
        {
            "start": 874758985,
            "stop": 874759404
        },
        {
            "start": 874759421,
            "stop": 874759660
        }
    ]
}