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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=102",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 103,
    "results": [
        {
            "start": 818195631,
            "stop": 818198400
        },
        {
            "start": 818198460,
            "stop": 818198923
        },
        {
            "start": 818199104,
            "stop": 818201391
        },
        {
            "start": 818201511,
            "stop": 818201640
        },
        {
            "start": 818201700,
            "stop": 818203860
        },
        {
            "start": 818203980,
            "stop": 818205794
        },
        {
            "start": 818206104,
            "stop": 818206514
        },
        {
            "start": 818207270,
            "stop": 818207292
        },
        {
            "start": 818207717,
            "stop": 818207832
        },
        {
            "start": 818207952,
            "stop": 818208120
        },
        {
            "start": 818208180,
            "stop": 818208300
        },
        {
            "start": 818208420,
            "stop": 818208900
        },
        {
            "start": 818208960,
            "stop": 818209309
        },
        {
            "start": 818209429,
            "stop": 818209811
        },
        {
            "start": 818209931,
            "stop": 818211300
        },
        {
            "start": 818211360,
            "stop": 818214764
        },
        {
            "start": 818214781,
            "stop": 818218980
        },
        {
            "start": 818219040,
            "stop": 818219520
        },
        {
            "start": 818219580,
            "stop": 818220129
        },
        {
            "start": 818220249,
            "stop": 818224506
        }
    ]
}