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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29446",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29444",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29445,
    "results": [
        {
            "start": 971451635,
            "stop": 971451646
        },
        {
            "start": 971451648,
            "stop": 971451678
        },
        {
            "start": 971451679,
            "stop": 971451682
        },
        {
            "start": 971451687,
            "stop": 971451695
        },
        {
            "start": 971451696,
            "stop": 971451701
        },
        {
            "start": 971451702,
            "stop": 971451705
        },
        {
            "start": 971451706,
            "stop": 971451719
        },
        {
            "start": 971451722,
            "stop": 971451729
        },
        {
            "start": 971451731,
            "stop": 971451737
        },
        {
            "start": 971451739,
            "stop": 971451743
        },
        {
            "start": 971451746,
            "stop": 971451807
        },
        {
            "start": 971451808,
            "stop": 971451849
        },
        {
            "start": 971451855,
            "stop": 971451860
        },
        {
            "start": 971451861,
            "stop": 971451869
        },
        {
            "start": 971451871,
            "stop": 971451874
        },
        {
            "start": 971451875,
            "stop": 971451879
        },
        {
            "start": 971451880,
            "stop": 971451881
        },
        {
            "start": 971451882,
            "stop": 971451887
        },
        {
            "start": 971451889,
            "stop": 971451893
        },
        {
            "start": 971451894,
            "stop": 971451962
        }
    ]
}