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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=248",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 249,
    "results": [
        {
            "start": 1177859515,
            "stop": 1177859698
        },
        {
            "start": 1177859702,
            "stop": 1177859705
        },
        {
            "start": 1177859707,
            "stop": 1177859779
        },
        {
            "start": 1177859780,
            "stop": 1177859781
        },
        {
            "start": 1177859782,
            "stop": 1177860005
        },
        {
            "start": 1177860006,
            "stop": 1177860542
        },
        {
            "start": 1177860543,
            "stop": 1177860753
        },
        {
            "start": 1177860755,
            "stop": 1177861726
        },
        {
            "start": 1177861729,
            "stop": 1177861784
        },
        {
            "start": 1177861785,
            "stop": 1177861800
        },
        {
            "start": 1177861802,
            "stop": 1177861825
        },
        {
            "start": 1177861826,
            "stop": 1177864534
        },
        {
            "start": 1177864535,
            "stop": 1177865115
        },
        {
            "start": 1177865116,
            "stop": 1177865183
        },
        {
            "start": 1177865184,
            "stop": 1177867449
        },
        {
            "start": 1177867451,
            "stop": 1177867512
        },
        {
            "start": 1177867513,
            "stop": 1177873550
        },
        {
            "start": 1177873552,
            "stop": 1177874100
        },
        {
            "start": 1177874101,
            "stop": 1177874168
        },
        {
            "start": 1177874169,
            "stop": 1177874487
        }
    ]
}