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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=203",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 204,
    "results": [
        {
            "start": 821667776,
            "stop": 821667783
        },
        {
            "start": 821667786,
            "stop": 821667788
        },
        {
            "start": 821667791,
            "stop": 821667819
        },
        {
            "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": 821667934,
            "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
        }
    ]
}