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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=792",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=790",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 791,
    "results": [
        {
            "start": 866194139,
            "stop": 866194163
        },
        {
            "start": 866194166,
            "stop": 866194802
        },
        {
            "start": 866194805,
            "stop": 866194818
        },
        {
            "start": 866194821,
            "stop": 866194871
        },
        {
            "start": 866194876,
            "stop": 866195129
        },
        {
            "start": 866195132,
            "stop": 866195190
        },
        {
            "start": 866195193,
            "stop": 866195510
        },
        {
            "start": 866195513,
            "stop": 866195723
        },
        {
            "start": 866195726,
            "stop": 866195742
        },
        {
            "start": 866195745,
            "stop": 866196018
        },
        {
            "start": 866196021,
            "stop": 866196431
        },
        {
            "start": 866196434,
            "stop": 866197133
        },
        {
            "start": 866197136,
            "stop": 866197314
        },
        {
            "start": 866197318,
            "stop": 866197357
        },
        {
            "start": 866197360,
            "stop": 866197376
        },
        {
            "start": 866197379,
            "stop": 866197453
        },
        {
            "start": 866197456,
            "stop": 866197604
        },
        {
            "start": 866197607,
            "stop": 866197619
        },
        {
            "start": 866197622,
            "stop": 866197653
        },
        {
            "start": 866197657,
            "stop": 866197834
        }
    ]
}