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=74
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=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=73",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 74,
    "results": [
        {
            "start": 822883666,
            "stop": 822890153
        },
        {
            "start": 822890155,
            "stop": 822892867
        },
        {
            "start": 822892869,
            "stop": 822894384
        },
        {
            "start": 822899385,
            "stop": 822900528
        },
        {
            "start": 822901941,
            "stop": 822903614
        },
        {
            "start": 822903616,
            "stop": 822903617
        },
        {
            "start": 822903619,
            "stop": 822903620
        },
        {
            "start": 822903621,
            "stop": 822903624
        },
        {
            "start": 822903628,
            "stop": 822903643
        },
        {
            "start": 822903645,
            "stop": 822903647
        },
        {
            "start": 822903649,
            "stop": 822903667
        },
        {
            "start": 822903669,
            "stop": 822903681
        },
        {
            "start": 822903683,
            "stop": 822903703
        },
        {
            "start": 822903708,
            "stop": 822903750
        },
        {
            "start": 822903753,
            "stop": 822903761
        },
        {
            "start": 822903765,
            "stop": 822903776
        },
        {
            "start": 822905245,
            "stop": 822910185
        },
        {
            "start": 822910187,
            "stop": 822918267
        },
        {
            "start": 822918269,
            "stop": 822920473
        },
        {
            "start": 822927467,
            "stop": 822927596
        }
    ]
}