Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=158
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=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=157",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 158,
    "results": [
        {
            "start": 829393209,
            "stop": 829395748
        },
        {
            "start": 829397442,
            "stop": 829399556
        },
        {
            "start": 829400027,
            "stop": 829400980
        },
        {
            "start": 829401051,
            "stop": 829406689
        },
        {
            "start": 829408551,
            "stop": 829411411
        },
        {
            "start": 829415648,
            "stop": 829415712
        },
        {
            "start": 829415714,
            "stop": 829418093
        },
        {
            "start": 829418095,
            "stop": 829419530
        },
        {
            "start": 829419532,
            "stop": 829422545
        },
        {
            "start": 829422619,
            "stop": 829423854
        },
        {
            "start": 829427302,
            "stop": 829429584
        },
        {
            "start": 829431011,
            "stop": 829433258
        },
        {
            "start": 829433260,
            "stop": 829439728
        },
        {
            "start": 829439730,
            "stop": 829439969
        },
        {
            "start": 829440046,
            "stop": 829440259
        },
        {
            "start": 829440261,
            "stop": 829444270
        },
        {
            "start": 829444272,
            "stop": 829446461
        },
        {
            "start": 829446524,
            "stop": 829447770
        },
        {
            "start": 829448223,
            "stop": 829452577
        },
        {
            "start": 829452629,
            "stop": 829455639
        }
    ]
}