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=5124
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=5125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5123",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5124,
    "results": [
        {
            "start": 874687021,
            "stop": 874687025
        },
        {
            "start": 874687035,
            "stop": 874687038
        },
        {
            "start": 874687045,
            "stop": 874687076
        },
        {
            "start": 874690004,
            "stop": 874692214
        },
        {
            "start": 874692221,
            "stop": 874692576
        },
        {
            "start": 874692583,
            "stop": 874692674
        },
        {
            "start": 874692681,
            "stop": 874693301
        },
        {
            "start": 874693308,
            "stop": 874693385
        },
        {
            "start": 874693392,
            "stop": 874693420
        },
        {
            "start": 874693427,
            "stop": 874693437
        },
        {
            "start": 874693444,
            "stop": 874693618
        },
        {
            "start": 874693625,
            "stop": 874693671
        },
        {
            "start": 874693679,
            "stop": 874693802
        },
        {
            "start": 874693812,
            "stop": 874693854
        },
        {
            "start": 874693861,
            "stop": 874693880
        },
        {
            "start": 874693887,
            "stop": 874693930
        },
        {
            "start": 874693937,
            "stop": 874693940
        },
        {
            "start": 874693947,
            "stop": 874693959
        },
        {
            "start": 874693966,
            "stop": 874694022
        },
        {
            "start": 874694032,
            "stop": 874694039
        }
    ]
}