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=46935
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=46936",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46934",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46935,
    "results": [
        {
            "start": 875197742,
            "stop": 875197759
        },
        {
            "start": 875197760,
            "stop": 875197761
        },
        {
            "start": 875197762,
            "stop": 875197805
        },
        {
            "start": 875197808,
            "stop": 875197820
        },
        {
            "start": 875197822,
            "stop": 875197839
        },
        {
            "start": 875197840,
            "stop": 875197844
        },
        {
            "start": 875197845,
            "stop": 875197865
        },
        {
            "start": 875197866,
            "stop": 875197880
        },
        {
            "start": 875197881,
            "stop": 875197886
        },
        {
            "start": 875197887,
            "stop": 875197900
        },
        {
            "start": 875197904,
            "stop": 875197913
        },
        {
            "start": 875197915,
            "stop": 875197926
        },
        {
            "start": 875197930,
            "stop": 875197954
        },
        {
            "start": 875197957,
            "stop": 875197967
        },
        {
            "start": 875197970,
            "stop": 875197971
        },
        {
            "start": 875197972,
            "stop": 875197991
        },
        {
            "start": 875197992,
            "stop": 875198014
        },
        {
            "start": 875198015,
            "stop": 875198020
        },
        {
            "start": 875198021,
            "stop": 875198040
        },
        {
            "start": 875198041,
            "stop": 875198096
        }
    ]
}