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=4680
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=4681",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4679",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4680,
    "results": [
        {
            "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
        },
        {
            "start": 969859062,
            "stop": 969859068
        },
        {
            "start": 969859071,
            "stop": 969859629
        },
        {
            "start": 969859647,
            "stop": 969860033
        },
        {
            "start": 969860036,
            "stop": 969860219
        },
        {
            "start": 969860222,
            "stop": 969860751
        },
        {
            "start": 969860754,
            "stop": 969860853
        }
    ]
}