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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=335",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=333",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 334,
    "results": [
        {
            "start": 949876607,
            "stop": 949876745
        },
        {
            "start": 949876751,
            "stop": 949876894
        },
        {
            "start": 949876902,
            "stop": 949876923
        },
        {
            "start": 949876929,
            "stop": 949876999
        },
        {
            "start": 949877005,
            "stop": 949877213
        },
        {
            "start": 949878147,
            "stop": 949880607
        },
        {
            "start": 949880613,
            "stop": 949881090
        },
        {
            "start": 949888419,
            "stop": 949893402
        },
        {
            "start": 949898617,
            "stop": 949900373
        },
        {
            "start": 949900379,
            "stop": 949915302
        },
        {
            "start": 949915310,
            "stop": 949923127
        },
        {
            "start": 949923133,
            "stop": 949923134
        },
        {
            "start": 949923139,
            "stop": 949923263
        },
        {
            "start": 949923269,
            "stop": 949925955
        },
        {
            "start": 949925961,
            "stop": 949926539
        },
        {
            "start": 949926544,
            "stop": 949931441
        },
        {
            "start": 949931451,
            "stop": 949936664
        },
        {
            "start": 949936670,
            "stop": 949937230
        },
        {
            "start": 949939190,
            "stop": 949942726
        },
        {
            "start": 949962209,
            "stop": 949971364
        }
    ]
}