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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=217",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 218,
    "results": [
        {
            "start": 821667822,
            "stop": 821667828
        },
        {
            "start": 821667831,
            "stop": 821667849
        },
        {
            "start": 821667852,
            "stop": 821667854
        },
        {
            "start": 821667857,
            "stop": 821667860
        },
        {
            "start": 821667863,
            "stop": 821667880
        },
        {
            "start": 821667886,
            "stop": 821667890
        },
        {
            "start": 821667893,
            "stop": 821667903
        },
        {
            "start": 821667906,
            "stop": 821667909
        },
        {
            "start": 821667913,
            "stop": 821667916
        },
        {
            "start": 821667920,
            "stop": 821667927
        },
        {
            "start": 821667930,
            "stop": 821667941
        },
        {
            "start": 821667944,
            "stop": 821667960
        },
        {
            "start": 821667963,
            "stop": 821667969
        },
        {
            "start": 821667972,
            "stop": 821667982
        },
        {
            "start": 821667985,
            "stop": 821667992
        },
        {
            "start": 821667995,
            "stop": 821668004
        },
        {
            "start": 821668007,
            "stop": 821668016
        },
        {
            "start": 821668020,
            "stop": 821668021
        },
        {
            "start": 821668024,
            "stop": 821668032
        },
        {
            "start": 821668036,
            "stop": 821668049
        }
    ]
}