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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3618",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3616",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3617,
    "results": [
        {
            "start": 872165675,
            "stop": 872166680
        },
        {
            "start": 872166697,
            "stop": 872167060
        },
        {
            "start": 872167077,
            "stop": 872167498
        },
        {
            "start": 872169416,
            "stop": 872171039
        },
        {
            "start": 872171171,
            "stop": 872171688
        },
        {
            "start": 872171705,
            "stop": 872172115
        },
        {
            "start": 872172132,
            "stop": 872172284
        },
        {
            "start": 872172465,
            "stop": 872173250
        },
        {
            "start": 872173267,
            "stop": 872179576
        },
        {
            "start": 872179594,
            "stop": 872179709
        },
        {
            "start": 872179726,
            "stop": 872179732
        },
        {
            "start": 872179749,
            "stop": 872179760
        },
        {
            "start": 872179777,
            "stop": 872179783
        },
        {
            "start": 872179800,
            "stop": 872179974
        },
        {
            "start": 872179994,
            "stop": 872180269
        },
        {
            "start": 872180286,
            "stop": 872180310
        },
        {
            "start": 872180334,
            "stop": 872180606
        },
        {
            "start": 872180623,
            "stop": 872180635
        },
        {
            "start": 872180652,
            "stop": 872180769
        },
        {
            "start": 872180786,
            "stop": 872181060
        }
    ]
}