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=6196
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=6197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6195",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6196,
    "results": [
        {
            "start": 874565929,
            "stop": 874565960
        },
        {
            "start": 874565961,
            "stop": 874566108
        },
        {
            "start": 874566109,
            "stop": 874566357
        },
        {
            "start": 874566360,
            "stop": 874566487
        },
        {
            "start": 874566490,
            "stop": 874566502
        },
        {
            "start": 874566505,
            "stop": 874566936
        },
        {
            "start": 874566939,
            "stop": 874566955
        },
        {
            "start": 874566958,
            "stop": 874566960
        },
        {
            "start": 874566963,
            "stop": 874567042
        },
        {
            "start": 874567045,
            "stop": 874567345
        },
        {
            "start": 874567348,
            "stop": 874567350
        },
        {
            "start": 874567353,
            "stop": 874567363
        },
        {
            "start": 874567366,
            "stop": 874567367
        },
        {
            "start": 874567370,
            "stop": 874567375
        },
        {
            "start": 874567378,
            "stop": 874567642
        },
        {
            "start": 874567645,
            "stop": 874567674
        },
        {
            "start": 874567678,
            "stop": 874567926
        },
        {
            "start": 874567929,
            "stop": 874568133
        },
        {
            "start": 874568134,
            "stop": 874568323
        },
        {
            "start": 874568422,
            "stop": 874568650
        }
    ]
}