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/H2_BURST_CAT3E/segments?format=api&page=46973
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46974",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46972",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46973,
    "results": [
        {
            "start": 875212484,
            "stop": 875212495
        },
        {
            "start": 875212496,
            "stop": 875212499
        },
        {
            "start": 875212501,
            "stop": 875212503
        },
        {
            "start": 875212504,
            "stop": 875212516
        },
        {
            "start": 875212518,
            "stop": 875212519
        },
        {
            "start": 875212520,
            "stop": 875212527
        },
        {
            "start": 875212528,
            "stop": 875212538
        },
        {
            "start": 875212539,
            "stop": 875212568
        },
        {
            "start": 875212572,
            "stop": 875212580
        },
        {
            "start": 875212582,
            "stop": 875212586
        },
        {
            "start": 875212588,
            "stop": 875212593
        },
        {
            "start": 875212596,
            "stop": 875212613
        },
        {
            "start": 875212619,
            "stop": 875212623
        },
        {
            "start": 875212624,
            "stop": 875212625
        },
        {
            "start": 875212626,
            "stop": 875212645
        },
        {
            "start": 875212649,
            "stop": 875212660
        },
        {
            "start": 875212661,
            "stop": 875212672
        },
        {
            "start": 875212676,
            "stop": 875212689
        },
        {
            "start": 875212690,
            "stop": 875212708
        },
        {
            "start": 875212709,
            "stop": 875212711
        }
    ]
}