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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41064",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41062",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41063,
    "results": [
        {
            "start": 875204510,
            "stop": 875204588
        },
        {
            "start": 875204589,
            "stop": 875204594
        },
        {
            "start": 875204595,
            "stop": 875204639
        },
        {
            "start": 875204641,
            "stop": 875204658
        },
        {
            "start": 875204659,
            "stop": 875204679
        },
        {
            "start": 875204681,
            "stop": 875204706
        },
        {
            "start": 875204707,
            "stop": 875204722
        },
        {
            "start": 875204723,
            "stop": 875204724
        },
        {
            "start": 875204725,
            "stop": 875204764
        },
        {
            "start": 875204766,
            "stop": 875204876
        },
        {
            "start": 875204878,
            "stop": 875204888
        },
        {
            "start": 875204889,
            "stop": 875204935
        },
        {
            "start": 875204936,
            "stop": 875204940
        },
        {
            "start": 875204941,
            "stop": 875204956
        },
        {
            "start": 875204957,
            "stop": 875204991
        },
        {
            "start": 875204992,
            "stop": 875205002
        },
        {
            "start": 875205003,
            "stop": 875205033
        },
        {
            "start": 875205034,
            "stop": 875205108
        },
        {
            "start": 875205109,
            "stop": 875205137
        },
        {
            "start": 875205138,
            "stop": 875205148
        }
    ]
}