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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2444",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2442",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2443,
    "results": [
        {
            "start": 874258125,
            "stop": 874258550
        },
        {
            "start": 874258630,
            "stop": 874259150
        },
        {
            "start": 874259230,
            "stop": 874260170
        },
        {
            "start": 874260490,
            "stop": 874261370
        },
        {
            "start": 874261510,
            "stop": 874262510
        },
        {
            "start": 874262590,
            "stop": 874263347
        },
        {
            "start": 874267336,
            "stop": 874267490
        },
        {
            "start": 874267507,
            "stop": 874268896
        },
        {
            "start": 874268903,
            "stop": 874268913
        },
        {
            "start": 874268921,
            "stop": 874269890
        },
        {
            "start": 874269970,
            "stop": 874270490
        },
        {
            "start": 874270570,
            "stop": 874271940
        },
        {
            "start": 874271978,
            "stop": 874272593
        },
        {
            "start": 874274080,
            "stop": 874275142
        },
        {
            "start": 874276785,
            "stop": 874276846
        },
        {
            "start": 874276863,
            "stop": 874277210
        },
        {
            "start": 874277290,
            "stop": 874277504
        },
        {
            "start": 874277685,
            "stop": 874278278
        },
        {
            "start": 874278295,
            "stop": 874279110
        },
        {
            "start": 874279127,
            "stop": 874279190
        }
    ]
}