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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=297",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 298,
    "results": [
        {
            "start": 1181385648,
            "stop": 1181385652
        },
        {
            "start": 1181385655,
            "stop": 1181385660
        },
        {
            "start": 1181385661,
            "stop": 1181385664
        },
        {
            "start": 1181385665,
            "stop": 1181385666
        },
        {
            "start": 1181385667,
            "stop": 1181385670
        },
        {
            "start": 1181385673,
            "stop": 1181385677
        },
        {
            "start": 1181385678,
            "stop": 1181385680
        },
        {
            "start": 1181385682,
            "stop": 1181385685
        },
        {
            "start": 1181385686,
            "stop": 1181385688
        },
        {
            "start": 1181385689,
            "stop": 1181385699
        },
        {
            "start": 1181385700,
            "stop": 1181385705
        },
        {
            "start": 1181385706,
            "stop": 1181385708
        },
        {
            "start": 1181385710,
            "stop": 1181385711
        },
        {
            "start": 1181385712,
            "stop": 1181385713
        },
        {
            "start": 1181385714,
            "stop": 1181385718
        },
        {
            "start": 1181385719,
            "stop": 1181385722
        },
        {
            "start": 1181385723,
            "stop": 1181385729
        },
        {
            "start": 1181385730,
            "stop": 1181385733
        },
        {
            "start": 1181385735,
            "stop": 1181385736
        },
        {
            "start": 1181385737,
            "stop": 1181385738
        }
    ]
}