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=1036
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=1037",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1035",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1036,
    "results": [
        {
            "start": 1252683834,
            "stop": 1252684871
        },
        {
            "start": 1252684875,
            "stop": 1252685251
        },
        {
            "start": 1252685254,
            "stop": 1252688698
        },
        {
            "start": 1252688703,
            "stop": 1252696601
        },
        {
            "start": 1252696605,
            "stop": 1252697856
        },
        {
            "start": 1252697860,
            "stop": 1252698261
        },
        {
            "start": 1252698265,
            "stop": 1252698444
        },
        {
            "start": 1252698448,
            "stop": 1252699751
        },
        {
            "start": 1252699754,
            "stop": 1252702723
        },
        {
            "start": 1252702726,
            "stop": 1252705388
        },
        {
            "start": 1252705390,
            "stop": 1252705459
        },
        {
            "start": 1252705463,
            "stop": 1252706658
        },
        {
            "start": 1252706661,
            "stop": 1252709078
        },
        {
            "start": 1252709082,
            "stop": 1252709203
        },
        {
            "start": 1252709207,
            "stop": 1252709529
        },
        {
            "start": 1252709534,
            "stop": 1252710652
        },
        {
            "start": 1252710724,
            "stop": 1252718688
        },
        {
            "start": 1252718696,
            "stop": 1252719494
        },
        {
            "start": 1252719496,
            "stop": 1252719689
        },
        {
            "start": 1252719693,
            "stop": 1252723484
        }
    ]
}