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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=24",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 25,
    "results": [
        {
            "start": 931598118,
            "stop": 931598136
        },
        {
            "start": 931598186,
            "stop": 931598189
        },
        {
            "start": 931598298,
            "stop": 931598303
        },
        {
            "start": 931598378,
            "stop": 931598412
        },
        {
            "start": 931598628,
            "stop": 931598637
        },
        {
            "start": 931598680,
            "stop": 931598684
        },
        {
            "start": 931598704,
            "stop": 931598705
        },
        {
            "start": 931598740,
            "stop": 931598748
        },
        {
            "start": 931598828,
            "stop": 931598834
        },
        {
            "start": 931598878,
            "stop": 931598891
        },
        {
            "start": 931598910,
            "stop": 931598925
        },
        {
            "start": 931598943,
            "stop": 931598978
        },
        {
            "start": 931598997,
            "stop": 931599001
        },
        {
            "start": 931599084,
            "stop": 931599092
        },
        {
            "start": 931599137,
            "stop": 931599164
        },
        {
            "start": 931599228,
            "stop": 931599232
        },
        {
            "start": 931599676,
            "stop": 931599684
        },
        {
            "start": 931600802,
            "stop": 931600805
        },
        {
            "start": 931600863,
            "stop": 931600875
        },
        {
            "start": 931601185,
            "stop": 931601189
        }
    ]
}