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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=89",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 90,
    "results": [
        {
            "start": 817808450,
            "stop": 817808627
        },
        {
            "start": 817808681,
            "stop": 817808842
        },
        {
            "start": 817808871,
            "stop": 817809210
        },
        {
            "start": 817809218,
            "stop": 817809282
        },
        {
            "start": 817809289,
            "stop": 817809594
        },
        {
            "start": 817809601,
            "stop": 817809804
        },
        {
            "start": 817809817,
            "stop": 817809921
        },
        {
            "start": 817809929,
            "stop": 817810018
        },
        {
            "start": 817810055,
            "stop": 817810111
        },
        {
            "start": 817810118,
            "stop": 817810460
        },
        {
            "start": 817810468,
            "stop": 817810600
        },
        {
            "start": 817810609,
            "stop": 817811259
        },
        {
            "start": 817811266,
            "stop": 817811303
        },
        {
            "start": 817811310,
            "stop": 817811428
        },
        {
            "start": 817811435,
            "stop": 817811490
        },
        {
            "start": 817811498,
            "stop": 817811521
        },
        {
            "start": 817811581,
            "stop": 817811634
        },
        {
            "start": 817811650,
            "stop": 817811681
        },
        {
            "start": 817811692,
            "stop": 817811732
        },
        {
            "start": 817811751,
            "stop": 817811893
        }
    ]
}