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=24
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=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=23",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 24,
    "results": [
        {
            "start": 816760119,
            "stop": 816761498
        },
        {
            "start": 816761501,
            "stop": 816762557
        },
        {
            "start": 816762560,
            "stop": 816763074
        },
        {
            "start": 816763077,
            "stop": 816763379
        },
        {
            "start": 816763382,
            "stop": 816763416
        },
        {
            "start": 816763419,
            "stop": 816763645
        },
        {
            "start": 816763650,
            "stop": 816763904
        },
        {
            "start": 816763908,
            "stop": 816764022
        },
        {
            "start": 816764025,
            "stop": 816764034
        },
        {
            "start": 816764037,
            "stop": 816764039
        },
        {
            "start": 816764042,
            "stop": 816764095
        },
        {
            "start": 816764098,
            "stop": 816764306
        },
        {
            "start": 816764309,
            "stop": 816764350
        },
        {
            "start": 816764356,
            "stop": 816764922
        },
        {
            "start": 816764925,
            "stop": 816765500
        },
        {
            "start": 816765503,
            "stop": 816765933
        },
        {
            "start": 816765937,
            "stop": 816765964
        },
        {
            "start": 816765968,
            "stop": 816766033
        },
        {
            "start": 816766036,
            "stop": 816766483
        },
        {
            "start": 816766486,
            "stop": 816766631
        }
    ]
}