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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=337",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 338,
    "results": [
        {
            "start": 866768607,
            "stop": 866768889
        },
        {
            "start": 866768902,
            "stop": 866769077
        },
        {
            "start": 866769110,
            "stop": 866769194
        },
        {
            "start": 866769202,
            "stop": 866769227
        },
        {
            "start": 866769235,
            "stop": 866769256
        },
        {
            "start": 866769265,
            "stop": 866769271
        },
        {
            "start": 866769276,
            "stop": 866769344
        },
        {
            "start": 866769348,
            "stop": 866769406
        },
        {
            "start": 866769410,
            "stop": 866769421
        },
        {
            "start": 866769434,
            "stop": 866769480
        },
        {
            "start": 866769494,
            "stop": 866769519
        },
        {
            "start": 866769541,
            "stop": 866769569
        },
        {
            "start": 866769573,
            "stop": 866769584
        },
        {
            "start": 866769588,
            "stop": 866769622
        },
        {
            "start": 866769626,
            "stop": 866769669
        },
        {
            "start": 866769698,
            "stop": 866769714
        },
        {
            "start": 866769718,
            "stop": 866769728
        },
        {
            "start": 866769731,
            "stop": 866769737
        },
        {
            "start": 866769751,
            "stop": 866769756
        },
        {
            "start": 866769770,
            "stop": 866769795
        }
    ]
}