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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=90",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 91,
    "results": [
        {
            "start": 816876584,
            "stop": 816877792
        },
        {
            "start": 816877796,
            "stop": 816879458
        },
        {
            "start": 816879462,
            "stop": 816879648
        },
        {
            "start": 816879651,
            "stop": 816879654
        },
        {
            "start": 816879657,
            "stop": 816881843
        },
        {
            "start": 816881845,
            "stop": 816882883
        },
        {
            "start": 816883064,
            "stop": 816883961
        },
        {
            "start": 816883964,
            "stop": 816884141
        },
        {
            "start": 816884144,
            "stop": 816885503
        },
        {
            "start": 816885506,
            "stop": 816886905
        },
        {
            "start": 816886908,
            "stop": 816888069
        },
        {
            "start": 816888072,
            "stop": 816889533
        },
        {
            "start": 816889536,
            "stop": 816890713
        },
        {
            "start": 816890717,
            "stop": 816891389
        },
        {
            "start": 816891393,
            "stop": 816891749
        },
        {
            "start": 816891752,
            "stop": 816893153
        },
        {
            "start": 816893273,
            "stop": 816894476
        },
        {
            "start": 816894480,
            "stop": 816896587
        },
        {
            "start": 816896590,
            "stop": 816897458
        },
        {
            "start": 816897462,
            "stop": 816897523
        }
    ]
}