Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10271
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10270",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10271,
    "results": [
        {
            "start": 874804951,
            "stop": 874805237
        },
        {
            "start": 874805460,
            "stop": 874805504
        },
        {
            "start": 874805512,
            "stop": 874805570
        },
        {
            "start": 874805607,
            "stop": 874805945
        },
        {
            "start": 874805952,
            "stop": 874805995
        },
        {
            "start": 874806035,
            "stop": 874806110
        },
        {
            "start": 874806118,
            "stop": 874806480
        },
        {
            "start": 874806540,
            "stop": 874806660
        },
        {
            "start": 874806757,
            "stop": 874806780
        },
        {
            "start": 874806840,
            "stop": 874806870
        },
        {
            "start": 874808192,
            "stop": 874808220
        },
        {
            "start": 874808306,
            "stop": 874808343
        },
        {
            "start": 874808352,
            "stop": 874808400
        },
        {
            "start": 874808460,
            "stop": 874808815
        },
        {
            "start": 874808823,
            "stop": 874808937
        },
        {
            "start": 874808944,
            "stop": 874809113
        },
        {
            "start": 874809130,
            "stop": 874809540
        },
        {
            "start": 874809600,
            "stop": 874809689
        },
        {
            "start": 874809696,
            "stop": 874809770
        },
        {
            "start": 874809778,
            "stop": 874809811
        }
    ]
}