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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=99",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 100,
    "results": [
        {
            "start": 824882995,
            "stop": 824883012
        },
        {
            "start": 824883014,
            "stop": 824883082
        },
        {
            "start": 824883084,
            "stop": 824883097
        },
        {
            "start": 824883099,
            "stop": 824883230
        },
        {
            "start": 824883340,
            "stop": 824883351
        },
        {
            "start": 824883651,
            "stop": 824883690
        },
        {
            "start": 824883800,
            "stop": 824885172
        },
        {
            "start": 824885472,
            "stop": 824886033
        },
        {
            "start": 824886143,
            "stop": 824886871
        },
        {
            "start": 824887171,
            "stop": 824887533
        },
        {
            "start": 824887606,
            "stop": 824887750
        },
        {
            "start": 824888050,
            "stop": 824888239
        },
        {
            "start": 824888620,
            "stop": 824888770
        },
        {
            "start": 824889112,
            "stop": 824932273
        },
        {
            "start": 824932383,
            "stop": 824933290
        },
        {
            "start": 824933590,
            "stop": 824937553
        },
        {
            "start": 824937663,
            "stop": 824938107
        },
        {
            "start": 824938407,
            "stop": 824938714
        },
        {
            "start": 824939014,
            "stop": 824939572
        },
        {
            "start": 824939682,
            "stop": 824940762
        }
    ]
}