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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14948",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14946",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14947,
    "results": [
        {
            "start": 971613178,
            "stop": 971613185
        },
        {
            "start": 971613188,
            "stop": 971613261
        },
        {
            "start": 971613264,
            "stop": 971613278
        },
        {
            "start": 971613281,
            "stop": 971613282
        },
        {
            "start": 971613283,
            "stop": 971613286
        },
        {
            "start": 971613291,
            "stop": 971613292
        },
        {
            "start": 971613296,
            "stop": 971613299
        },
        {
            "start": 971613301,
            "stop": 971613433
        },
        {
            "start": 971613436,
            "stop": 971613481
        },
        {
            "start": 971613484,
            "stop": 971613507
        },
        {
            "start": 971613510,
            "stop": 971613592
        },
        {
            "start": 971613595,
            "stop": 971613600
        },
        {
            "start": 971613605,
            "stop": 971613606
        },
        {
            "start": 971613630,
            "stop": 971613631
        },
        {
            "start": 971613634,
            "stop": 971613635
        },
        {
            "start": 971613638,
            "stop": 971613665
        },
        {
            "start": 971613668,
            "stop": 971613671
        },
        {
            "start": 971613674,
            "stop": 971613719
        },
        {
            "start": 971613723,
            "stop": 971613734
        },
        {
            "start": 971613737,
            "stop": 971613749
        }
    ]
}