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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=57",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 58,
    "results": [
        {
            "start": 1238296597,
            "stop": 1238296644
        },
        {
            "start": 1238296645,
            "stop": 1238296717
        },
        {
            "start": 1238296723,
            "stop": 1238296870
        },
        {
            "start": 1238296877,
            "stop": 1238296895
        },
        {
            "start": 1238296900,
            "stop": 1238297249
        },
        {
            "start": 1238297253,
            "stop": 1238297527
        },
        {
            "start": 1238297528,
            "stop": 1238297740
        },
        {
            "start": 1238297743,
            "stop": 1238297750
        },
        {
            "start": 1238297751,
            "stop": 1238297756
        },
        {
            "start": 1238297757,
            "stop": 1238297934
        },
        {
            "start": 1238297939,
            "stop": 1238297970
        },
        {
            "start": 1238297971,
            "stop": 1238297975
        },
        {
            "start": 1238297976,
            "stop": 1238298043
        },
        {
            "start": 1238298045,
            "stop": 1238298246
        },
        {
            "start": 1238298253,
            "stop": 1238298282
        },
        {
            "start": 1238298307,
            "stop": 1238298501
        },
        {
            "start": 1238298504,
            "stop": 1238298623
        },
        {
            "start": 1238298624,
            "stop": 1238298656
        },
        {
            "start": 1238298658,
            "stop": 1238298860
        },
        {
            "start": 1238298862,
            "stop": 1238298864
        }
    ]
}