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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3235",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3236,
    "results": [
        {
            "start": 872210340,
            "stop": 872210520
        },
        {
            "start": 872210580,
            "stop": 872210630
        },
        {
            "start": 872210633,
            "stop": 872210701
        },
        {
            "start": 872210705,
            "stop": 872210754
        },
        {
            "start": 872210757,
            "stop": 872210820
        },
        {
            "start": 872211000,
            "stop": 872211180
        },
        {
            "start": 872211240,
            "stop": 872211360
        },
        {
            "start": 872211420,
            "stop": 872211480
        },
        {
            "start": 872211600,
            "stop": 872211724
        },
        {
            "start": 872211727,
            "stop": 872211840
        },
        {
            "start": 872211900,
            "stop": 872212560
        },
        {
            "start": 872212680,
            "stop": 872212769
        },
        {
            "start": 872212772,
            "stop": 872212904
        },
        {
            "start": 872212907,
            "stop": 872212909
        },
        {
            "start": 872212913,
            "stop": 872212920
        },
        {
            "start": 872213040,
            "stop": 872213252
        },
        {
            "start": 872213256,
            "stop": 872213340
        },
        {
            "start": 872213400,
            "stop": 872213420
        },
        {
            "start": 872213426,
            "stop": 872213460
        },
        {
            "start": 872213520,
            "stop": 872213549
        }
    ]
}