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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4611",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4609",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4610,
    "results": [
        {
            "start": 969215206,
            "stop": 969215246
        },
        {
            "start": 969215249,
            "stop": 969215277
        },
        {
            "start": 969215280,
            "stop": 969215310
        },
        {
            "start": 969215313,
            "stop": 969215405
        },
        {
            "start": 969215408,
            "stop": 969215505
        },
        {
            "start": 969215508,
            "stop": 969215607
        },
        {
            "start": 969247966,
            "stop": 969247999
        },
        {
            "start": 969248000,
            "stop": 969248031
        },
        {
            "start": 969248033,
            "stop": 969248073
        },
        {
            "start": 969248074,
            "stop": 969248308
        },
        {
            "start": 969248311,
            "stop": 969249086
        },
        {
            "start": 969249090,
            "stop": 969249316
        },
        {
            "start": 969249319,
            "stop": 969249627
        },
        {
            "start": 969249628,
            "stop": 969249633
        },
        {
            "start": 969249636,
            "stop": 969249818
        },
        {
            "start": 969249878,
            "stop": 969249960
        },
        {
            "start": 969249967,
            "stop": 969249984
        },
        {
            "start": 969249987,
            "stop": 969250136
        },
        {
            "start": 969250139,
            "stop": 969250173
        },
        {
            "start": 969250174,
            "stop": 969250661
        }
    ]
}