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=61
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=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=60",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 61,
    "results": [
        {
            "start": 821799736,
            "stop": 821799852
        },
        {
            "start": 821799854,
            "stop": 821800394
        },
        {
            "start": 821800395,
            "stop": 821800497
        },
        {
            "start": 821800499,
            "stop": 821800570
        },
        {
            "start": 821800572,
            "stop": 821801234
        },
        {
            "start": 821801236,
            "stop": 821801572
        },
        {
            "start": 821801574,
            "stop": 821801813
        },
        {
            "start": 821801815,
            "stop": 821801865
        },
        {
            "start": 821801867,
            "stop": 821802007
        },
        {
            "start": 821802009,
            "stop": 821802446
        },
        {
            "start": 821802448,
            "stop": 821802565
        },
        {
            "start": 821802567,
            "stop": 821802650
        },
        {
            "start": 821802651,
            "stop": 821802926
        },
        {
            "start": 821802928,
            "stop": 821802947
        },
        {
            "start": 821802949,
            "stop": 821803349
        },
        {
            "start": 821803351,
            "stop": 821803373
        },
        {
            "start": 821803376,
            "stop": 821803758
        },
        {
            "start": 821803761,
            "stop": 821803966
        },
        {
            "start": 821803968,
            "stop": 821803998
        },
        {
            "start": 821804000,
            "stop": 821804473
        }
    ]
}