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=5016
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=5017",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5015",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5016,
    "results": [
        {
            "start": 874521574,
            "stop": 874521579
        },
        {
            "start": 874521598,
            "stop": 874521616
        },
        {
            "start": 874521637,
            "stop": 874521660
        },
        {
            "start": 874521725,
            "stop": 874521731
        },
        {
            "start": 874521770,
            "stop": 874521782
        },
        {
            "start": 874521823,
            "stop": 874521865
        },
        {
            "start": 874521887,
            "stop": 874521893
        },
        {
            "start": 874521912,
            "stop": 874521923
        },
        {
            "start": 874522020,
            "stop": 874522041
        },
        {
            "start": 874522062,
            "stop": 874522066
        },
        {
            "start": 874522095,
            "stop": 874522124
        },
        {
            "start": 874522164,
            "stop": 874522182
        },
        {
            "start": 874522260,
            "stop": 874522266
        },
        {
            "start": 874522306,
            "stop": 874522339
        },
        {
            "start": 874522358,
            "stop": 874522368
        },
        {
            "start": 874522388,
            "stop": 874522392
        },
        {
            "start": 874522429,
            "stop": 874522432
        },
        {
            "start": 874522560,
            "stop": 874522601
        },
        {
            "start": 874522651,
            "stop": 874522663
        },
        {
            "start": 874522755,
            "stop": 874522776
        }
    ]
}