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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8179",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8177",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8178,
    "results": [
        {
            "start": 971012506,
            "stop": 971012519
        },
        {
            "start": 971012522,
            "stop": 971012627
        },
        {
            "start": 971012630,
            "stop": 971012639
        },
        {
            "start": 971012642,
            "stop": 971012655
        },
        {
            "start": 971012659,
            "stop": 971012683
        },
        {
            "start": 971012686,
            "stop": 971012727
        },
        {
            "start": 971012731,
            "stop": 971012745
        },
        {
            "start": 971012748,
            "stop": 971012776
        },
        {
            "start": 971012779,
            "stop": 971012802
        },
        {
            "start": 971012805,
            "stop": 971012808
        },
        {
            "start": 971012811,
            "stop": 971012813
        },
        {
            "start": 971012816,
            "stop": 971012819
        },
        {
            "start": 971012822,
            "stop": 971012825
        },
        {
            "start": 971012828,
            "stop": 971012842
        },
        {
            "start": 971012845,
            "stop": 971012870
        },
        {
            "start": 971012874,
            "stop": 971012892
        },
        {
            "start": 971012895,
            "stop": 971012908
        },
        {
            "start": 971012911,
            "stop": 971012945
        },
        {
            "start": 971012948,
            "stop": 971012953
        },
        {
            "start": 971012964,
            "stop": 971012984
        }
    ]
}