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=62
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=63",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=61",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 62,
    "results": [
        {
            "start": 1238294016,
            "stop": 1238294026
        },
        {
            "start": 1238294030,
            "stop": 1238294127
        },
        {
            "start": 1238294131,
            "stop": 1238294134
        },
        {
            "start": 1238294137,
            "stop": 1238294138
        },
        {
            "start": 1238294140,
            "stop": 1238294174
        },
        {
            "start": 1238294177,
            "stop": 1238294191
        },
        {
            "start": 1238294192,
            "stop": 1238294407
        },
        {
            "start": 1238294408,
            "stop": 1238294860
        },
        {
            "start": 1238294865,
            "stop": 1238294897
        },
        {
            "start": 1238294899,
            "stop": 1238294951
        },
        {
            "start": 1238294958,
            "stop": 1238294982
        },
        {
            "start": 1238294984,
            "stop": 1238295035
        },
        {
            "start": 1238295039,
            "stop": 1238295055
        },
        {
            "start": 1238295056,
            "stop": 1238295123
        },
        {
            "start": 1238295128,
            "stop": 1238295225
        },
        {
            "start": 1238295227,
            "stop": 1238295233
        },
        {
            "start": 1238295235,
            "stop": 1238295251
        },
        {
            "start": 1238295254,
            "stop": 1238295355
        },
        {
            "start": 1238295359,
            "stop": 1238295361
        },
        {
            "start": 1238295364,
            "stop": 1238295435
        }
    ]
}