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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3802",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3800",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3801,
    "results": [
        {
            "start": 873226762,
            "stop": 873226901
        },
        {
            "start": 873226904,
            "stop": 873226952
        },
        {
            "start": 873226955,
            "stop": 873227226
        },
        {
            "start": 873227231,
            "stop": 873227462
        },
        {
            "start": 873227468,
            "stop": 873227702
        },
        {
            "start": 873229609,
            "stop": 873229612
        },
        {
            "start": 873229623,
            "stop": 873229672
        },
        {
            "start": 873229673,
            "stop": 873229866
        },
        {
            "start": 873229867,
            "stop": 873229999
        },
        {
            "start": 873230001,
            "stop": 873230131
        },
        {
            "start": 873230132,
            "stop": 873230784
        },
        {
            "start": 873231846,
            "stop": 873231853
        },
        {
            "start": 873231855,
            "stop": 873232076
        },
        {
            "start": 873232077,
            "stop": 873232101
        },
        {
            "start": 873232102,
            "stop": 873232113
        },
        {
            "start": 873232114,
            "stop": 873232166
        },
        {
            "start": 873232167,
            "stop": 873233844
        },
        {
            "start": 873233847,
            "stop": 873233869
        },
        {
            "start": 873233872,
            "stop": 873234335
        },
        {
            "start": 873234339,
            "stop": 873234731
        }
    ]
}