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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5187",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5185",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5186,
    "results": [
        {
            "start": 969849919,
            "stop": 969850046
        },
        {
            "start": 969850049,
            "stop": 969850775
        },
        {
            "start": 969850778,
            "stop": 969851333
        },
        {
            "start": 969851338,
            "stop": 969852324
        },
        {
            "start": 969852327,
            "stop": 969852987
        },
        {
            "start": 969852990,
            "stop": 969854171
        },
        {
            "start": 969854174,
            "stop": 969854635
        },
        {
            "start": 969854638,
            "stop": 969854672
        },
        {
            "start": 969855419,
            "stop": 969855423
        },
        {
            "start": 969855426,
            "stop": 969855442
        },
        {
            "start": 969855445,
            "stop": 969855447
        },
        {
            "start": 969855450,
            "stop": 969855743
        },
        {
            "start": 969855746,
            "stop": 969856181
        },
        {
            "start": 969856184,
            "stop": 969856393
        },
        {
            "start": 969856396,
            "stop": 969857240
        },
        {
            "start": 969857243,
            "stop": 969857422
        },
        {
            "start": 969857425,
            "stop": 969857451
        },
        {
            "start": 969857454,
            "stop": 969858206
        },
        {
            "start": 969858209,
            "stop": 969858295
        },
        {
            "start": 969858298,
            "stop": 969859059
        }
    ]
}