Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=181
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=180",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 181,
    "results": [
        {
            "start": 820029496,
            "stop": 820029784
        },
        {
            "start": 820029787,
            "stop": 820030641
        },
        {
            "start": 820030644,
            "stop": 820031606
        },
        {
            "start": 820031609,
            "stop": 820031612
        },
        {
            "start": 820031616,
            "stop": 820031860
        },
        {
            "start": 820031863,
            "stop": 820031891
        },
        {
            "start": 820031894,
            "stop": 820032120
        },
        {
            "start": 820032124,
            "stop": 820032588
        },
        {
            "start": 820032592,
            "stop": 820032849
        },
        {
            "start": 820032852,
            "stop": 820033253
        },
        {
            "start": 820033257,
            "stop": 820034843
        },
        {
            "start": 820034846,
            "stop": 820035190
        },
        {
            "start": 820035194,
            "stop": 820035514
        },
        {
            "start": 820035517,
            "stop": 820037817
        },
        {
            "start": 820037820,
            "stop": 820041342
        },
        {
            "start": 820041345,
            "stop": 820043514
        },
        {
            "start": 820043517,
            "stop": 820045844
        },
        {
            "start": 820045847,
            "stop": 820046258
        },
        {
            "start": 820046259,
            "stop": 820049530
        },
        {
            "start": 820050283,
            "stop": 820050576
        }
    ]
}