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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=97",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 98,
    "results": [
        {
            "start": 931608835,
            "stop": 931608839
        },
        {
            "start": 931608857,
            "stop": 931608875
        },
        {
            "start": 931608893,
            "stop": 931608943
        },
        {
            "start": 931608961,
            "stop": 931609056
        },
        {
            "start": 931609097,
            "stop": 931609099
        },
        {
            "start": 931609127,
            "stop": 931609147
        },
        {
            "start": 931609191,
            "stop": 931609197
        },
        {
            "start": 931609215,
            "stop": 931609244
        },
        {
            "start": 931609262,
            "stop": 931609339
        },
        {
            "start": 931609356,
            "stop": 931609468
        },
        {
            "start": 931609486,
            "stop": 931609651
        },
        {
            "start": 931609670,
            "stop": 931609774
        },
        {
            "start": 931609792,
            "stop": 931609985
        },
        {
            "start": 931610002,
            "stop": 931610076
        },
        {
            "start": 931610094,
            "stop": 931610155
        },
        {
            "start": 931610158,
            "stop": 931610170
        },
        {
            "start": 931610172,
            "stop": 931610295
        },
        {
            "start": 931610313,
            "stop": 931610388
        },
        {
            "start": 931610426,
            "stop": 931610506
        },
        {
            "start": 931610542,
            "stop": 931610602
        }
    ]
}