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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=9",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 10,
    "results": [
        {
            "start": 816563711,
            "stop": 816567553
        },
        {
            "start": 816568930,
            "stop": 816574102
        },
        {
            "start": 816574110,
            "stop": 816574135
        },
        {
            "start": 816574139,
            "stop": 816578653
        },
        {
            "start": 816579423,
            "stop": 816581353
        },
        {
            "start": 816582145,
            "stop": 816593482
        },
        {
            "start": 816593485,
            "stop": 816593713
        },
        {
            "start": 816600198,
            "stop": 816607952
        },
        {
            "start": 816613462,
            "stop": 816613868
        },
        {
            "start": 816613871,
            "stop": 816614068
        },
        {
            "start": 816614071,
            "stop": 816614526
        },
        {
            "start": 816614529,
            "stop": 816614664
        },
        {
            "start": 816614667,
            "stop": 816614673
        },
        {
            "start": 816614676,
            "stop": 816614679
        },
        {
            "start": 816614682,
            "stop": 816614683
        },
        {
            "start": 816614686,
            "stop": 816614690
        },
        {
            "start": 816614694,
            "stop": 816614728
        },
        {
            "start": 816614731,
            "stop": 816614760
        },
        {
            "start": 816614763,
            "stop": 816615313
        },
        {
            "start": 816617073,
            "stop": 816617121
        }
    ]
}