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=6279
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=6280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6278",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6279,
    "results": [
        {
            "start": 875096642,
            "stop": 875096801
        },
        {
            "start": 875096803,
            "stop": 875096819
        },
        {
            "start": 875096820,
            "stop": 875096846
        },
        {
            "start": 875096847,
            "stop": 875097022
        },
        {
            "start": 875097025,
            "stop": 875097317
        },
        {
            "start": 875097320,
            "stop": 875097358
        },
        {
            "start": 875097364,
            "stop": 875097401
        },
        {
            "start": 875097404,
            "stop": 875097534
        },
        {
            "start": 875097537,
            "stop": 875097539
        },
        {
            "start": 875097542,
            "stop": 875097584
        },
        {
            "start": 875097587,
            "stop": 875097618
        },
        {
            "start": 875097624,
            "stop": 875097746
        },
        {
            "start": 875097749,
            "stop": 875097750
        },
        {
            "start": 875097754,
            "stop": 875097830
        },
        {
            "start": 875097833,
            "stop": 875097895
        },
        {
            "start": 875097898,
            "stop": 875097903
        },
        {
            "start": 875097904,
            "stop": 875098364
        },
        {
            "start": 875098365,
            "stop": 875098509
        },
        {
            "start": 875098510,
            "stop": 875098724
        },
        {
            "start": 875098727,
            "stop": 875099352
        }
    ]
}