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=4615
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=4616",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4614",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4615,
    "results": [
        {
            "start": 969274441,
            "stop": 969274485
        },
        {
            "start": 969274487,
            "stop": 969274488
        },
        {
            "start": 969274491,
            "stop": 969274638
        },
        {
            "start": 969274641,
            "stop": 969274739
        },
        {
            "start": 969274742,
            "stop": 969274841
        },
        {
            "start": 969274844,
            "stop": 969274979
        },
        {
            "start": 969274982,
            "stop": 969275488
        },
        {
            "start": 969275491,
            "stop": 969275865
        },
        {
            "start": 969275868,
            "stop": 969276938
        },
        {
            "start": 969277058,
            "stop": 969277288
        },
        {
            "start": 969277291,
            "stop": 969277294
        },
        {
            "start": 969277296,
            "stop": 969277358
        },
        {
            "start": 969277418,
            "stop": 969277517
        },
        {
            "start": 969277520,
            "stop": 969277577
        },
        {
            "start": 969277580,
            "stop": 969277954
        },
        {
            "start": 969277957,
            "stop": 969278077
        },
        {
            "start": 969278080,
            "stop": 969278169
        },
        {
            "start": 969278172,
            "stop": 969278176
        },
        {
            "start": 969278179,
            "stop": 969278237
        },
        {
            "start": 969278240,
            "stop": 969278247
        }
    ]
}