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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4697",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4695",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4696,
    "results": [
        {
            "start": 874379564,
            "stop": 874379586
        },
        {
            "start": 874379625,
            "stop": 874379642
        },
        {
            "start": 874379662,
            "stop": 874379696
        },
        {
            "start": 874379716,
            "stop": 874379718
        },
        {
            "start": 874379737,
            "stop": 874379783
        },
        {
            "start": 874379803,
            "stop": 874379847
        },
        {
            "start": 874379867,
            "stop": 874379989
        },
        {
            "start": 874380008,
            "stop": 874380054
        },
        {
            "start": 874380105,
            "stop": 874380133
        },
        {
            "start": 874380152,
            "stop": 874380180
        },
        {
            "start": 874380300,
            "stop": 874380345
        },
        {
            "start": 874380364,
            "stop": 874380368
        },
        {
            "start": 874380402,
            "stop": 874380420
        },
        {
            "start": 874380540,
            "stop": 874380563
        },
        {
            "start": 874380584,
            "stop": 874380655
        },
        {
            "start": 874380681,
            "stop": 874380708
        },
        {
            "start": 874380743,
            "stop": 874380780
        },
        {
            "start": 874380840,
            "stop": 874380872
        },
        {
            "start": 874380891,
            "stop": 874380909
        },
        {
            "start": 874380928,
            "stop": 874380933
        }
    ]
}