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=89
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=90",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=88",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 89,
    "results": [
        {
            "start": 931274468,
            "stop": 931274507
        },
        {
            "start": 931274508,
            "stop": 931274509
        },
        {
            "start": 931274511,
            "stop": 931274556
        },
        {
            "start": 931274558,
            "stop": 931274571
        },
        {
            "start": 931274573,
            "stop": 931274581
        },
        {
            "start": 931274583,
            "stop": 931274598
        },
        {
            "start": 931274602,
            "stop": 931274617
        },
        {
            "start": 931274619,
            "stop": 931274642
        },
        {
            "start": 931274644,
            "stop": 931274645
        },
        {
            "start": 931274647,
            "stop": 931274671
        },
        {
            "start": 931274675,
            "stop": 931274691
        },
        {
            "start": 931274692,
            "stop": 931274705
        },
        {
            "start": 931274707,
            "stop": 931274715
        },
        {
            "start": 931274716,
            "stop": 931274737
        },
        {
            "start": 931274740,
            "stop": 931274770
        },
        {
            "start": 931274771,
            "stop": 931274789
        },
        {
            "start": 931274791,
            "stop": 931274797
        },
        {
            "start": 931274799,
            "stop": 931274823
        },
        {
            "start": 931283142,
            "stop": 931283207
        },
        {
            "start": 931283209,
            "stop": 931283230
        }
    ]
}