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=4856
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=4857",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4855",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4856,
    "results": [
        {
            "start": 874742273,
            "stop": 874742281
        },
        {
            "start": 874742301,
            "stop": 874742329
        },
        {
            "start": 874742366,
            "stop": 874742388
        },
        {
            "start": 874742412,
            "stop": 874742545
        },
        {
            "start": 874742564,
            "stop": 874742753
        },
        {
            "start": 874742773,
            "stop": 874742913
        },
        {
            "start": 874742937,
            "stop": 874743041
        },
        {
            "start": 874743086,
            "stop": 874743182
        },
        {
            "start": 874743201,
            "stop": 874743270
        },
        {
            "start": 874743289,
            "stop": 874743441
        },
        {
            "start": 874743473,
            "stop": 874743480
        },
        {
            "start": 874743545,
            "stop": 874743643
        },
        {
            "start": 874743662,
            "stop": 874743663
        },
        {
            "start": 874743682,
            "stop": 874743733
        },
        {
            "start": 874743752,
            "stop": 874743754
        },
        {
            "start": 874743773,
            "stop": 874743812
        },
        {
            "start": 874743831,
            "stop": 874743943
        },
        {
            "start": 874743962,
            "stop": 874744060
        },
        {
            "start": 874744079,
            "stop": 874744092
        },
        {
            "start": 874744112,
            "stop": 874744115
        }
    ]
}