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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1898",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1896",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1897,
    "results": [
        {
            "start": 971317317,
            "stop": 971317479
        },
        {
            "start": 971318109,
            "stop": 971318144
        },
        {
            "start": 971319030,
            "stop": 971319087
        },
        {
            "start": 971319871,
            "stop": 971319913
        },
        {
            "start": 971319915,
            "stop": 971319998
        },
        {
            "start": 971320000,
            "stop": 971320054
        },
        {
            "start": 971332352,
            "stop": 971332627
        },
        {
            "start": 971339358,
            "stop": 971339441
        },
        {
            "start": 971347540,
            "stop": 971347626
        },
        {
            "start": 971347628,
            "stop": 971347739
        },
        {
            "start": 971373812,
            "stop": 971374030
        },
        {
            "start": 971374032,
            "stop": 971374138
        },
        {
            "start": 971374140,
            "stop": 971374836
        },
        {
            "start": 971374838,
            "stop": 971375067
        },
        {
            "start": 971375069,
            "stop": 971375221
        },
        {
            "start": 971375223,
            "stop": 971375820
        },
        {
            "start": 971375821,
            "stop": 971376789
        },
        {
            "start": 971376791,
            "stop": 971377111
        },
        {
            "start": 971377112,
            "stop": 971377510
        },
        {
            "start": 971379215,
            "stop": 971387267
        }
    ]
}