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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=35",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 36,
    "results": [
        {
            "start": 821671287,
            "stop": 821671289
        },
        {
            "start": 821671312,
            "stop": 821671331
        },
        {
            "start": 821672833,
            "stop": 821673373
        },
        {
            "start": 821673407,
            "stop": 821673410
        },
        {
            "start": 821673493,
            "stop": 821674513
        },
        {
            "start": 821674515,
            "stop": 821674518
        },
        {
            "start": 821674577,
            "stop": 821674650
        },
        {
            "start": 821674849,
            "stop": 821676553
        },
        {
            "start": 821676562,
            "stop": 821676566
        },
        {
            "start": 821676613,
            "stop": 821690113
        },
        {
            "start": 821695821,
            "stop": 821712117
        },
        {
            "start": 821712270,
            "stop": 821712976
        },
        {
            "start": 821713412,
            "stop": 821714893
        },
        {
            "start": 821714900,
            "stop": 821714903
        },
        {
            "start": 821714960,
            "stop": 821714965
        },
        {
            "start": 821715014,
            "stop": 821715193
        },
        {
            "start": 821715230,
            "stop": 821715233
        },
        {
            "start": 821715298,
            "stop": 821718663
        },
        {
            "start": 821730464,
            "stop": 821732744
        },
        {
            "start": 821748924,
            "stop": 821750773
        }
    ]
}