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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=63",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 64,
    "results": [
        {
            "start": 1238296877,
            "stop": 1238296895
        },
        {
            "start": 1238296905,
            "stop": 1238297055
        },
        {
            "start": 1238297058,
            "stop": 1238297247
        },
        {
            "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
        },
        {
            "start": 1238298866,
            "stop": 1238298992
        },
        {
            "start": 1238298993,
            "stop": 1238299094
        }
    ]
}