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/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1645
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=1646",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1644",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1645,
    "results": [
        {
            "start": 956140936,
            "stop": 956140962
        },
        {
            "start": 956140963,
            "stop": 956141001
        },
        {
            "start": 956141002,
            "stop": 956141040
        },
        {
            "start": 956141041,
            "stop": 956141598
        },
        {
            "start": 956141599,
            "stop": 956141817
        },
        {
            "start": 956141818,
            "stop": 956141864
        },
        {
            "start": 956141865,
            "stop": 956142138
        },
        {
            "start": 956142139,
            "stop": 956142146
        },
        {
            "start": 956142148,
            "stop": 956142163
        },
        {
            "start": 956142165,
            "stop": 956142166
        },
        {
            "start": 956142167,
            "stop": 956142224
        },
        {
            "start": 956142225,
            "stop": 956143493
        },
        {
            "start": 956145411,
            "stop": 956149588
        },
        {
            "start": 956149589,
            "stop": 956149707
        },
        {
            "start": 956149708,
            "stop": 956150025
        },
        {
            "start": 956192053,
            "stop": 956195804
        },
        {
            "start": 956196030,
            "stop": 956213592
        },
        {
            "start": 956213594,
            "stop": 956215363
        },
        {
            "start": 956215365,
            "stop": 956216600
        },
        {
            "start": 956216602,
            "stop": 956217271
        }
    ]
}