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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=52",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 53,
    "results": [
        {
            "start": 817061310,
            "stop": 817061397
        },
        {
            "start": 817117943,
            "stop": 817118167
        },
        {
            "start": 817118462,
            "stop": 817118517
        },
        {
            "start": 817119830,
            "stop": 817119831
        },
        {
            "start": 817119950,
            "stop": 817119964
        },
        {
            "start": 817119967,
            "stop": 817120015
        },
        {
            "start": 817120018,
            "stop": 817120022
        },
        {
            "start": 817120026,
            "stop": 817120034
        },
        {
            "start": 817123028,
            "stop": 817123544
        },
        {
            "start": 817123548,
            "stop": 817123550
        },
        {
            "start": 817123553,
            "stop": 817123756
        },
        {
            "start": 817123760,
            "stop": 817123837
        },
        {
            "start": 817123841,
            "stop": 817124007
        },
        {
            "start": 817124010,
            "stop": 817124352
        },
        {
            "start": 817124357,
            "stop": 817124932
        },
        {
            "start": 817124935,
            "stop": 817125120
        },
        {
            "start": 817125180,
            "stop": 817125240
        },
        {
            "start": 817130229,
            "stop": 817130326
        },
        {
            "start": 817130329,
            "stop": 817130361
        },
        {
            "start": 817130364,
            "stop": 817130521
        }
    ]
}