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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=252",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 253,
    "results": [
        {
            "start": 853574853,
            "stop": 853574864
        },
        {
            "start": 853575462,
            "stop": 853575859
        },
        {
            "start": 853575969,
            "stop": 853576065
        },
        {
            "start": 853577313,
            "stop": 853577648
        },
        {
            "start": 853578858,
            "stop": 853589810
        },
        {
            "start": 853589815,
            "stop": 853595153
        },
        {
            "start": 853597064,
            "stop": 853601655
        },
        {
            "start": 853601674,
            "stop": 853601812
        },
        {
            "start": 853601967,
            "stop": 853601991
        },
        {
            "start": 853602398,
            "stop": 853603855
        },
        {
            "start": 853746786,
            "stop": 853747189
        },
        {
            "start": 853748160,
            "stop": 853758767
        },
        {
            "start": 853758877,
            "stop": 853759004
        },
        {
            "start": 853759304,
            "stop": 853767480
        },
        {
            "start": 853767485,
            "stop": 853772503
        },
        {
            "start": 853832365,
            "stop": 853838405
        },
        {
            "start": 853843278,
            "stop": 853864350
        },
        {
            "start": 853947863,
            "stop": 853949277
        },
        {
            "start": 853949577,
            "stop": 853949940
        },
        {
            "start": 853950418,
            "stop": 853955039
        }
    ]
}