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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=86",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 87,
    "results": [
        {
            "start": 817741950,
            "stop": 817742300
        },
        {
            "start": 817742303,
            "stop": 817743019
        },
        {
            "start": 817743030,
            "stop": 817743167
        },
        {
            "start": 817743170,
            "stop": 817743712
        },
        {
            "start": 817743715,
            "stop": 817743721
        },
        {
            "start": 817743724,
            "stop": 817744028
        },
        {
            "start": 817744033,
            "stop": 817744034
        },
        {
            "start": 817744037,
            "stop": 817744100
        },
        {
            "start": 817744103,
            "stop": 817744133
        },
        {
            "start": 817744139,
            "stop": 817744625
        },
        {
            "start": 817744628,
            "stop": 817745290
        },
        {
            "start": 817745293,
            "stop": 817745773
        },
        {
            "start": 817745776,
            "stop": 817745850
        },
        {
            "start": 817745855,
            "stop": 817745872
        },
        {
            "start": 817745875,
            "stop": 817745876
        },
        {
            "start": 817745879,
            "stop": 817745933
        },
        {
            "start": 817745936,
            "stop": 817745947
        },
        {
            "start": 817745950,
            "stop": 817745970
        },
        {
            "start": 817745973,
            "stop": 817745974
        },
        {
            "start": 817745980,
            "stop": 817745992
        }
    ]
}