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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=41",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 42,
    "results": [
        {
            "start": 820317364,
            "stop": 820326756
        },
        {
            "start": 820327652,
            "stop": 820327797
        },
        {
            "start": 820332363,
            "stop": 820332495
        },
        {
            "start": 820332498,
            "stop": 820332574
        },
        {
            "start": 820332576,
            "stop": 820332581
        },
        {
            "start": 820332583,
            "stop": 820332646
        },
        {
            "start": 820336346,
            "stop": 820336448
        },
        {
            "start": 820336450,
            "stop": 820336569
        },
        {
            "start": 820338662,
            "stop": 820338996
        },
        {
            "start": 820338998,
            "stop": 820339080
        },
        {
            "start": 820339084,
            "stop": 820339086
        },
        {
            "start": 820339088,
            "stop": 820339413
        },
        {
            "start": 820339415,
            "stop": 820339484
        },
        {
            "start": 820339486,
            "stop": 820339548
        },
        {
            "start": 820339550,
            "stop": 820339555
        },
        {
            "start": 820339556,
            "stop": 820339676
        },
        {
            "start": 820339678,
            "stop": 820339715
        },
        {
            "start": 820339717,
            "stop": 820339739
        },
        {
            "start": 820339741,
            "stop": 820339870
        },
        {
            "start": 820339875,
            "stop": 820339888
        }
    ]
}