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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7224",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7225,
    "results": [
        {
            "start": 874735987,
            "stop": 874736048
        },
        {
            "start": 874736050,
            "stop": 874736070
        },
        {
            "start": 874736071,
            "stop": 874736098
        },
        {
            "start": 874736099,
            "stop": 874736101
        },
        {
            "start": 874736102,
            "stop": 874736258
        },
        {
            "start": 874736259,
            "stop": 874736408
        },
        {
            "start": 874736409,
            "stop": 874736781
        },
        {
            "start": 874736782,
            "stop": 874737034
        },
        {
            "start": 874737036,
            "stop": 874737869
        },
        {
            "start": 874737870,
            "stop": 874738009
        },
        {
            "start": 874738010,
            "stop": 874738109
        },
        {
            "start": 874738110,
            "stop": 874738113
        },
        {
            "start": 874738114,
            "stop": 874738186
        },
        {
            "start": 874738188,
            "stop": 874738190
        },
        {
            "start": 874738191,
            "stop": 874738319
        },
        {
            "start": 874738320,
            "stop": 874738490
        },
        {
            "start": 874738491,
            "stop": 874738706
        },
        {
            "start": 874738707,
            "stop": 874739137
        },
        {
            "start": 874739139,
            "stop": 874739501
        },
        {
            "start": 874739502,
            "stop": 874739696
        }
    ]
}