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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=707",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=705",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 706,
    "results": [
        {
            "start": 866196029,
            "stop": 866196423
        },
        {
            "start": 866196442,
            "stop": 866197125
        },
        {
            "start": 866197144,
            "stop": 866197306
        },
        {
            "start": 866197326,
            "stop": 866197349
        },
        {
            "start": 866197387,
            "stop": 866197445
        },
        {
            "start": 866197464,
            "stop": 866197596
        },
        {
            "start": 866197630,
            "stop": 866197645
        },
        {
            "start": 866197665,
            "stop": 866197826
        },
        {
            "start": 866197860,
            "stop": 866199089
        },
        {
            "start": 866199112,
            "stop": 866199250
        },
        {
            "start": 866199269,
            "stop": 866199380
        },
        {
            "start": 866199399,
            "stop": 866199519
        },
        {
            "start": 866199538,
            "stop": 866199573
        },
        {
            "start": 866199592,
            "stop": 866199795
        },
        {
            "start": 866199814,
            "stop": 866199943
        },
        {
            "start": 866199962,
            "stop": 866200469
        },
        {
            "start": 866200488,
            "stop": 866200805
        },
        {
            "start": 866200824,
            "stop": 866200853
        },
        {
            "start": 866200873,
            "stop": 866200997
        },
        {
            "start": 866201016,
            "stop": 866201300
        }
    ]
}