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=44
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=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=43",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 44,
    "results": [
        {
            "start": 817383878,
            "stop": 817385014
        },
        {
            "start": 817385017,
            "stop": 817387862
        },
        {
            "start": 817387865,
            "stop": 817387945
        },
        {
            "start": 817387948,
            "stop": 817388036
        },
        {
            "start": 817388039,
            "stop": 817388111
        },
        {
            "start": 817388114,
            "stop": 817389722
        },
        {
            "start": 817389725,
            "stop": 817389731
        },
        {
            "start": 817389735,
            "stop": 817389829
        },
        {
            "start": 817389832,
            "stop": 817390002
        },
        {
            "start": 817390007,
            "stop": 817390284
        },
        {
            "start": 817390287,
            "stop": 817390777
        },
        {
            "start": 817390780,
            "stop": 817391722
        },
        {
            "start": 817391725,
            "stop": 817391792
        },
        {
            "start": 817391795,
            "stop": 817392081
        },
        {
            "start": 817392084,
            "stop": 817392290
        },
        {
            "start": 817392293,
            "stop": 817392985
        },
        {
            "start": 817392988,
            "stop": 817393293
        },
        {
            "start": 817393296,
            "stop": 817393388
        },
        {
            "start": 817393391,
            "stop": 817394098
        },
        {
            "start": 817394101,
            "stop": 817394261
        }
    ]
}