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=56
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=57",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=55",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 56,
    "results": [
        {
            "start": 1238293476,
            "stop": 1238293631
        },
        {
            "start": 1238293636,
            "stop": 1238293809
        },
        {
            "start": 1238293812,
            "stop": 1238293912
        },
        {
            "start": 1238293924,
            "stop": 1238294002
        },
        {
            "start": 1238294005,
            "stop": 1238294015
        },
        {
            "start": 1238294016,
            "stop": 1238294026
        },
        {
            "start": 1238294030,
            "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": 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
        }
    ]
}