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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4994",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4992",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4993,
    "results": [
        {
            "start": 874519691,
            "stop": 874519693
        },
        {
            "start": 874519701,
            "stop": 874519713
        },
        {
            "start": 874519732,
            "stop": 874519752
        },
        {
            "start": 874519760,
            "stop": 874519764
        },
        {
            "start": 874519771,
            "stop": 874519801
        },
        {
            "start": 874519809,
            "stop": 874519819
        },
        {
            "start": 874519828,
            "stop": 874519853
        },
        {
            "start": 874519863,
            "stop": 874519886
        },
        {
            "start": 874519896,
            "stop": 874519919
        },
        {
            "start": 874519933,
            "stop": 874519940
        },
        {
            "start": 874519947,
            "stop": 874519955
        },
        {
            "start": 874519967,
            "stop": 874519979
        },
        {
            "start": 874519989,
            "stop": 874519997
        },
        {
            "start": 874520011,
            "stop": 874520014
        },
        {
            "start": 874520021,
            "stop": 874520030
        },
        {
            "start": 874520037,
            "stop": 874520064
        },
        {
            "start": 874520071,
            "stop": 874520082
        },
        {
            "start": 874520089,
            "stop": 874520155
        },
        {
            "start": 874520170,
            "stop": 874520174
        },
        {
            "start": 874520186,
            "stop": 874520188
        }
    ]
}