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=4954
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=4955",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4953",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4954,
    "results": [
        {
            "start": 874444400,
            "stop": 874444430
        },
        {
            "start": 874444437,
            "stop": 874444446
        },
        {
            "start": 874444454,
            "stop": 874444520
        },
        {
            "start": 874444527,
            "stop": 874444538
        },
        {
            "start": 874444554,
            "stop": 874444565
        },
        {
            "start": 874444572,
            "stop": 874444578
        },
        {
            "start": 874444585,
            "stop": 874444602
        },
        {
            "start": 874444610,
            "stop": 874444631
        },
        {
            "start": 874444638,
            "stop": 874444761
        },
        {
            "start": 874444768,
            "stop": 874444784
        },
        {
            "start": 874444791,
            "stop": 874444857
        },
        {
            "start": 874444864,
            "stop": 874444887
        },
        {
            "start": 874444894,
            "stop": 874444905
        },
        {
            "start": 874444913,
            "stop": 874444947
        },
        {
            "start": 874444955,
            "stop": 874444973
        },
        {
            "start": 874444980,
            "stop": 874445063
        },
        {
            "start": 874445070,
            "stop": 874445141
        },
        {
            "start": 874445152,
            "stop": 874445175
        },
        {
            "start": 874445184,
            "stop": 874445191
        },
        {
            "start": 874445199,
            "stop": 874445208
        }
    ]
}