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=231
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=232",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=230",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 231,
    "results": [
        {
            "start": 1177160246,
            "stop": 1177160382
        },
        {
            "start": 1177160383,
            "stop": 1177160483
        },
        {
            "start": 1177160485,
            "stop": 1177160486
        },
        {
            "start": 1177160487,
            "stop": 1177161582
        },
        {
            "start": 1177161583,
            "stop": 1177161707
        },
        {
            "start": 1177161708,
            "stop": 1177162899
        },
        {
            "start": 1177162900,
            "stop": 1177164598
        },
        {
            "start": 1177164600,
            "stop": 1177164690
        },
        {
            "start": 1177164691,
            "stop": 1177164744
        },
        {
            "start": 1177164745,
            "stop": 1177165203
        },
        {
            "start": 1177165204,
            "stop": 1177166744
        },
        {
            "start": 1177166747,
            "stop": 1177166905
        },
        {
            "start": 1177166908,
            "stop": 1177166923
        },
        {
            "start": 1177166924,
            "stop": 1177166925
        },
        {
            "start": 1177166926,
            "stop": 1177166927
        },
        {
            "start": 1177166929,
            "stop": 1177166950
        },
        {
            "start": 1177166952,
            "stop": 1177167400
        },
        {
            "start": 1177167405,
            "stop": 1177167407
        },
        {
            "start": 1177167410,
            "stop": 1177167669
        },
        {
            "start": 1177167671,
            "stop": 1177167681
        }
    ]
}