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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7265",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7266,
    "results": [
        {
            "start": 874954840,
            "stop": 874954906
        },
        {
            "start": 874954908,
            "stop": 874955019
        },
        {
            "start": 874955020,
            "stop": 874955046
        },
        {
            "start": 874955047,
            "stop": 874955204
        },
        {
            "start": 874955205,
            "stop": 874955613
        },
        {
            "start": 874955614,
            "stop": 874955701
        },
        {
            "start": 874955703,
            "stop": 874955787
        },
        {
            "start": 874955790,
            "stop": 874955803
        },
        {
            "start": 874955806,
            "stop": 874955929
        },
        {
            "start": 874955930,
            "stop": 874956245
        },
        {
            "start": 874956246,
            "stop": 874956596
        },
        {
            "start": 874956597,
            "stop": 874957112
        },
        {
            "start": 874957113,
            "stop": 874957194
        },
        {
            "start": 874957195,
            "stop": 874957449
        },
        {
            "start": 874957450,
            "stop": 874957748
        },
        {
            "start": 874957750,
            "stop": 874957832
        },
        {
            "start": 874957833,
            "stop": 874957878
        },
        {
            "start": 874957879,
            "stop": 874957979
        },
        {
            "start": 874957980,
            "stop": 874958048
        },
        {
            "start": 874958049,
            "stop": 874958471
        }
    ]
}