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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2130",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2131,
    "results": [
        {
            "start": 872200092,
            "stop": 872200178
        },
        {
            "start": 872200184,
            "stop": 872200900
        },
        {
            "start": 872200927,
            "stop": 872201074
        },
        {
            "start": 872201093,
            "stop": 872201192
        },
        {
            "start": 872201198,
            "stop": 872201281
        },
        {
            "start": 872201287,
            "stop": 872201814
        },
        {
            "start": 872201819,
            "stop": 872201869
        },
        {
            "start": 872201875,
            "stop": 872201971
        },
        {
            "start": 872201977,
            "stop": 872201991
        },
        {
            "start": 872201996,
            "stop": 872202052
        },
        {
            "start": 872202069,
            "stop": 872202113
        },
        {
            "start": 872207591,
            "stop": 872207622
        },
        {
            "start": 872207899,
            "stop": 872207915
        },
        {
            "start": 872208090,
            "stop": 872208998
        },
        {
            "start": 872209024,
            "stop": 872209598
        },
        {
            "start": 872209617,
            "stop": 872210722
        },
        {
            "start": 872210741,
            "stop": 872211078
        },
        {
            "start": 872211097,
            "stop": 872212357
        },
        {
            "start": 872212376,
            "stop": 872212777
        },
        {
            "start": 872212801,
            "stop": 872212902
        }
    ]
}