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=5186
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=5187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5185",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5186,
    "results": [
        {
            "start": 874789445,
            "stop": 874789473
        },
        {
            "start": 874789480,
            "stop": 874789493
        },
        {
            "start": 874789500,
            "stop": 874789501
        },
        {
            "start": 874789509,
            "stop": 874789556
        },
        {
            "start": 874789565,
            "stop": 874789644
        },
        {
            "start": 874789651,
            "stop": 874789652
        },
        {
            "start": 874789663,
            "stop": 874789727
        },
        {
            "start": 874789735,
            "stop": 874789746
        },
        {
            "start": 874789756,
            "stop": 874789838
        },
        {
            "start": 874789845,
            "stop": 874789852
        },
        {
            "start": 874789859,
            "stop": 874789956
        },
        {
            "start": 874789964,
            "stop": 874789988
        },
        {
            "start": 874790000,
            "stop": 874790040
        },
        {
            "start": 874790047,
            "stop": 874790065
        },
        {
            "start": 874790072,
            "stop": 874790079
        },
        {
            "start": 874790086,
            "stop": 874790088
        },
        {
            "start": 874790097,
            "stop": 874790132
        },
        {
            "start": 874790139,
            "stop": 874790141
        },
        {
            "start": 874790154,
            "stop": 874790315
        },
        {
            "start": 874790327,
            "stop": 874790347
        }
    ]
}