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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4129",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4130,
    "results": [
        {
            "start": 874260309,
            "stop": 874260332
        },
        {
            "start": 874260358,
            "stop": 874260387
        },
        {
            "start": 874260406,
            "stop": 874260592
        },
        {
            "start": 874260609,
            "stop": 874260669
        },
        {
            "start": 874260697,
            "stop": 874260703
        },
        {
            "start": 874260780,
            "stop": 874260788
        },
        {
            "start": 874260909,
            "stop": 874260932
        },
        {
            "start": 874260952,
            "stop": 874260971
        },
        {
            "start": 874260991,
            "stop": 874261011
        },
        {
            "start": 874261030,
            "stop": 874261045
        },
        {
            "start": 874261064,
            "stop": 874261075
        },
        {
            "start": 874261097,
            "stop": 874261108
        },
        {
            "start": 874261127,
            "stop": 874261128
        },
        {
            "start": 874261151,
            "stop": 874261155
        },
        {
            "start": 874261174,
            "stop": 874261181
        },
        {
            "start": 874261205,
            "stop": 874261260
        },
        {
            "start": 874261279,
            "stop": 874261311
        },
        {
            "start": 874261341,
            "stop": 874261362
        },
        {
            "start": 874261396,
            "stop": 874261433
        },
        {
            "start": 874261458,
            "stop": 874261483
        }
    ]
}