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=332
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=333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=331",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 332,
    "results": [
        {
            "start": 821748947,
            "stop": 821748953
        },
        {
            "start": 821748956,
            "stop": 821748964
        },
        {
            "start": 821748968,
            "stop": 821748969
        },
        {
            "start": 821748972,
            "stop": 821748973
        },
        {
            "start": 821748982,
            "stop": 821748985
        },
        {
            "start": 821748988,
            "stop": 821748995
        },
        {
            "start": 821748998,
            "stop": 821749000
        },
        {
            "start": 821749003,
            "stop": 821749008
        },
        {
            "start": 821749011,
            "stop": 821749014
        },
        {
            "start": 821749017,
            "stop": 821749039
        },
        {
            "start": 821749042,
            "stop": 821749053
        },
        {
            "start": 821749058,
            "stop": 821749066
        },
        {
            "start": 821749074,
            "stop": 821749114
        },
        {
            "start": 821749117,
            "stop": 821749141
        },
        {
            "start": 821749144,
            "stop": 821749150
        },
        {
            "start": 821749157,
            "stop": 821749160
        },
        {
            "start": 821749163,
            "stop": 821749171
        },
        {
            "start": 821749174,
            "stop": 821749175
        },
        {
            "start": 821749178,
            "stop": 821749198
        },
        {
            "start": 821749202,
            "stop": 821749205
        }
    ]
}