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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4851",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4849",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4850,
    "results": [
        {
            "start": 874730639,
            "stop": 874730799
        },
        {
            "start": 874730819,
            "stop": 874730834
        },
        {
            "start": 874730854,
            "stop": 874730859
        },
        {
            "start": 874730878,
            "stop": 874730890
        },
        {
            "start": 874730909,
            "stop": 874730924
        },
        {
            "start": 874730944,
            "stop": 874730983
        },
        {
            "start": 874731003,
            "stop": 874731195
        },
        {
            "start": 874731214,
            "stop": 874731320
        },
        {
            "start": 874731344,
            "stop": 874731394
        },
        {
            "start": 874731413,
            "stop": 874731427
        },
        {
            "start": 874731446,
            "stop": 874731529
        },
        {
            "start": 874731551,
            "stop": 874731665
        },
        {
            "start": 874731691,
            "stop": 874731723
        },
        {
            "start": 874731747,
            "stop": 874731783
        },
        {
            "start": 874731802,
            "stop": 874731842
        },
        {
            "start": 874731861,
            "stop": 874732015
        },
        {
            "start": 874732035,
            "stop": 874732144
        },
        {
            "start": 874732173,
            "stop": 874732230
        },
        {
            "start": 874732249,
            "stop": 874732284
        },
        {
            "start": 874732303,
            "stop": 874732583
        }
    ]
}