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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4773",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4771",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4772,
    "results": [
        {
            "start": 874591473,
            "stop": 874591580
        },
        {
            "start": 874591599,
            "stop": 874591667
        },
        {
            "start": 874591690,
            "stop": 874591904
        },
        {
            "start": 874591927,
            "stop": 874591931
        },
        {
            "start": 874591987,
            "stop": 874592081
        },
        {
            "start": 874592107,
            "stop": 874592189
        },
        {
            "start": 874592209,
            "stop": 874592262
        },
        {
            "start": 874592281,
            "stop": 874592305
        },
        {
            "start": 874592324,
            "stop": 874592395
        },
        {
            "start": 874592414,
            "stop": 874592484
        },
        {
            "start": 874592503,
            "stop": 874592543
        },
        {
            "start": 874592566,
            "stop": 874592616
        },
        {
            "start": 874592635,
            "stop": 874592648
        },
        {
            "start": 874592667,
            "stop": 874592710
        },
        {
            "start": 874592729,
            "stop": 874592730
        },
        {
            "start": 874592749,
            "stop": 874592776
        },
        {
            "start": 874592820,
            "stop": 874592833
        },
        {
            "start": 874592855,
            "stop": 874592953
        },
        {
            "start": 874592972,
            "stop": 874593025
        },
        {
            "start": 874593059,
            "stop": 874593141
        }
    ]
}