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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2439",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2437",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2438,
    "results": [
        {
            "start": 874093605,
            "stop": 874094504
        },
        {
            "start": 874094521,
            "stop": 874094990
        },
        {
            "start": 874095190,
            "stop": 874095283
        },
        {
            "start": 874095291,
            "stop": 874096505
        },
        {
            "start": 874096522,
            "stop": 874096724
        },
        {
            "start": 874096905,
            "stop": 874097330
        },
        {
            "start": 874097470,
            "stop": 874097579
        },
        {
            "start": 874097586,
            "stop": 874097915
        },
        {
            "start": 874097932,
            "stop": 874098044
        },
        {
            "start": 874098225,
            "stop": 874098308
        },
        {
            "start": 874098444,
            "stop": 874099511
        },
        {
            "start": 874099528,
            "stop": 874101106
        },
        {
            "start": 874101142,
            "stop": 874101153
        },
        {
            "start": 874101189,
            "stop": 874102564
        },
        {
            "start": 874102581,
            "stop": 874103510
        },
        {
            "start": 874103590,
            "stop": 874103750
        },
        {
            "start": 874103830,
            "stop": 874104110
        },
        {
            "start": 874104190,
            "stop": 874106007
        },
        {
            "start": 874106024,
            "stop": 874106174
        },
        {
            "start": 874106191,
            "stop": 874106383
        }
    ]
}