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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=29",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 30,
    "results": [
        {
            "start": 821479185,
            "stop": 821479317
        },
        {
            "start": 821482252,
            "stop": 821519376
        },
        {
            "start": 821663152,
            "stop": 821663459
        },
        {
            "start": 821663557,
            "stop": 821664972
        },
        {
            "start": 821668429,
            "stop": 821670102
        },
        {
            "start": 821670845,
            "stop": 821670877
        },
        {
            "start": 821671030,
            "stop": 821671289
        },
        {
            "start": 821671312,
            "stop": 821671331
        },
        {
            "start": 821672824,
            "stop": 821673410
        },
        {
            "start": 821673474,
            "stop": 821674518
        },
        {
            "start": 821674577,
            "stop": 821674650
        },
        {
            "start": 821674849,
            "stop": 821676566
        },
        {
            "start": 821676612,
            "stop": 821690166
        },
        {
            "start": 821695821,
            "stop": 821712117
        },
        {
            "start": 821712270,
            "stop": 821712976
        },
        {
            "start": 821713412,
            "stop": 821714903
        },
        {
            "start": 821714960,
            "stop": 821714965
        },
        {
            "start": 821715014,
            "stop": 821715233
        },
        {
            "start": 821715298,
            "stop": 821718663
        },
        {
            "start": 821730464,
            "stop": 821732774
        }
    ]
}