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=3239
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=3240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3238",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3239,
    "results": [
        {
            "start": 872266440,
            "stop": 872267100
        },
        {
            "start": 872267160,
            "stop": 872267903
        },
        {
            "start": 872267906,
            "stop": 872268703
        },
        {
            "start": 872268707,
            "stop": 872269565
        },
        {
            "start": 872269568,
            "stop": 872272260
        },
        {
            "start": 872272320,
            "stop": 872272500
        },
        {
            "start": 872272920,
            "stop": 872274780
        },
        {
            "start": 872274840,
            "stop": 872275800
        },
        {
            "start": 872275860,
            "stop": 872276100
        },
        {
            "start": 872276160,
            "stop": 872279932
        },
        {
            "start": 872279938,
            "stop": 872279940
        },
        {
            "start": 872280060,
            "stop": 872280213
        },
        {
            "start": 872280216,
            "stop": 872281080
        },
        {
            "start": 872281140,
            "stop": 872281668
        },
        {
            "start": 872281669,
            "stop": 872281670
        },
        {
            "start": 872281674,
            "stop": 872282812
        },
        {
            "start": 872282818,
            "stop": 872283060
        },
        {
            "start": 872283180,
            "stop": 872283540
        },
        {
            "start": 872283660,
            "stop": 872283878
        },
        {
            "start": 872283881,
            "stop": 872285160
        }
    ]
}