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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2126",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2127,
    "results": [
        {
            "start": 866575613,
            "stop": 866575714
        },
        {
            "start": 866576406,
            "stop": 866578213
        },
        {
            "start": 866578919,
            "stop": 866578988
        },
        {
            "start": 866579691,
            "stop": 866579733
        },
        {
            "start": 866580514,
            "stop": 866581316
        },
        {
            "start": 866581616,
            "stop": 866583373
        },
        {
            "start": 866587207,
            "stop": 866593590
        },
        {
            "start": 866593650,
            "stop": 866593661
        },
        {
            "start": 866593961,
            "stop": 866595425
        },
        {
            "start": 866595430,
            "stop": 866599722
        },
        {
            "start": 866599724,
            "stop": 866600405
        },
        {
            "start": 866600705,
            "stop": 866601102
        },
        {
            "start": 866601634,
            "stop": 866601660
        },
        {
            "start": 866601720,
            "stop": 866601786
        },
        {
            "start": 866602429,
            "stop": 866602693
        },
        {
            "start": 866602993,
            "stop": 866603742
        },
        {
            "start": 866603743,
            "stop": 866603745
        },
        {
            "start": 866603746,
            "stop": 866603815
        },
        {
            "start": 866603816,
            "stop": 866603852
        },
        {
            "start": 866604408,
            "stop": 866604799
        }
    ]
}