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=14917
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=14918",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14916",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14917,
    "results": [
        {
            "start": 971526473,
            "stop": 971526511
        },
        {
            "start": 971526513,
            "stop": 971526514
        },
        {
            "start": 971526515,
            "stop": 971526525
        },
        {
            "start": 971526530,
            "stop": 971526569
        },
        {
            "start": 971526571,
            "stop": 971526578
        },
        {
            "start": 971526579,
            "stop": 971526586
        },
        {
            "start": 971526587,
            "stop": 971526588
        },
        {
            "start": 971526590,
            "stop": 971526600
        },
        {
            "start": 971526601,
            "stop": 971526607
        },
        {
            "start": 971526609,
            "stop": 971526634
        },
        {
            "start": 971526637,
            "stop": 971526656
        },
        {
            "start": 971526657,
            "stop": 971526664
        },
        {
            "start": 971526666,
            "stop": 971526816
        },
        {
            "start": 971526821,
            "stop": 971526825
        },
        {
            "start": 971526826,
            "stop": 971526892
        },
        {
            "start": 971526895,
            "stop": 971526906
        },
        {
            "start": 971526908,
            "stop": 971526915
        },
        {
            "start": 971526921,
            "stop": 971527015
        },
        {
            "start": 971527018,
            "stop": 971527100
        },
        {
            "start": 971527103,
            "stop": 971527110
        }
    ]
}