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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=298",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 299,
    "results": [
        {
            "start": 858800753,
            "stop": 858800912
        },
        {
            "start": 858800916,
            "stop": 858800951
        },
        {
            "start": 858800954,
            "stop": 858801068
        },
        {
            "start": 858801077,
            "stop": 858801189
        },
        {
            "start": 858801193,
            "stop": 858801199
        },
        {
            "start": 858801252,
            "stop": 858801406
        },
        {
            "start": 858801420,
            "stop": 858801450
        },
        {
            "start": 858801462,
            "stop": 858801477
        },
        {
            "start": 858801491,
            "stop": 858801516
        },
        {
            "start": 858801525,
            "stop": 858801544
        },
        {
            "start": 858801552,
            "stop": 858801846
        },
        {
            "start": 858801849,
            "stop": 858801860
        },
        {
            "start": 858801863,
            "stop": 858804009
        },
        {
            "start": 858804013,
            "stop": 858804028
        },
        {
            "start": 858804042,
            "stop": 858804058
        },
        {
            "start": 858804080,
            "stop": 858804091
        },
        {
            "start": 858804094,
            "stop": 858804100
        },
        {
            "start": 858804104,
            "stop": 858804973
        },
        {
            "start": 858804977,
            "stop": 858805021
        },
        {
            "start": 858805025,
            "stop": 858805049
        }
    ]
}