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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=170",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 171,
    "results": [
        {
            "start": 819827737,
            "stop": 819827937
        },
        {
            "start": 819827941,
            "stop": 819828101
        },
        {
            "start": 819828928,
            "stop": 819828939
        },
        {
            "start": 819828942,
            "stop": 819829020
        },
        {
            "start": 819829140,
            "stop": 819829260
        },
        {
            "start": 819829320,
            "stop": 819829440
        },
        {
            "start": 819829500,
            "stop": 819829664
        },
        {
            "start": 819830689,
            "stop": 819830710
        },
        {
            "start": 819830715,
            "stop": 819831016
        },
        {
            "start": 819831037,
            "stop": 819831180
        },
        {
            "start": 819831240,
            "stop": 819831278
        },
        {
            "start": 819831398,
            "stop": 819831816
        },
        {
            "start": 819831820,
            "stop": 819831943
        },
        {
            "start": 819831947,
            "stop": 819831960
        },
        {
            "start": 819832020,
            "stop": 819832051
        },
        {
            "start": 819832054,
            "stop": 819832171
        },
        {
            "start": 819832174,
            "stop": 819832650
        },
        {
            "start": 819832667,
            "stop": 819832843
        },
        {
            "start": 819832847,
            "stop": 819832861
        },
        {
            "start": 819832864,
            "stop": 819832920
        }
    ]
}