Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=209
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=208",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 209,
    "results": [
        {
            "start": 956926443,
            "stop": 956926596
        },
        {
            "start": 956926598,
            "stop": 956926614
        },
        {
            "start": 956926624,
            "stop": 956926625
        },
        {
            "start": 956926633,
            "stop": 956926634
        },
        {
            "start": 956926644,
            "stop": 956926650
        },
        {
            "start": 956926654,
            "stop": 956926707
        },
        {
            "start": 956926722,
            "stop": 956926728
        },
        {
            "start": 956926731,
            "stop": 956927241
        },
        {
            "start": 956927251,
            "stop": 956927889
        },
        {
            "start": 956927895,
            "stop": 956928026
        },
        {
            "start": 956928034,
            "stop": 956928039
        },
        {
            "start": 956928043,
            "stop": 956928151
        },
        {
            "start": 956928156,
            "stop": 956928163
        },
        {
            "start": 956928170,
            "stop": 956928172
        },
        {
            "start": 956928175,
            "stop": 956928197
        },
        {
            "start": 956928201,
            "stop": 956928206
        },
        {
            "start": 956928210,
            "stop": 956928555
        },
        {
            "start": 956928565,
            "stop": 956928614
        },
        {
            "start": 956928617,
            "stop": 956928648
        },
        {
            "start": 956928658,
            "stop": 956928660
        }
    ]
}