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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14434",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14432",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14433,
    "results": [
        {
            "start": 971526308,
            "stop": 971526313
        },
        {
            "start": 971526314,
            "stop": 971526317
        },
        {
            "start": 971526318,
            "stop": 971526323
        },
        {
            "start": 971526324,
            "stop": 971526331
        },
        {
            "start": 971526332,
            "stop": 971526399
        },
        {
            "start": 971526400,
            "stop": 971526469
        },
        {
            "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
        }
    ]
}