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=381
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=382",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=380",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 381,
    "results": [
        {
            "start": 821438491,
            "stop": 821438889
        },
        {
            "start": 821438908,
            "stop": 821438929
        },
        {
            "start": 821438952,
            "stop": 821438965
        },
        {
            "start": 821438987,
            "stop": 821439008
        },
        {
            "start": 821439027,
            "stop": 821439038
        },
        {
            "start": 821439041,
            "stop": 821439119
        },
        {
            "start": 821439138,
            "stop": 821439189
        },
        {
            "start": 821439208,
            "stop": 821439288
        },
        {
            "start": 821439307,
            "stop": 821439409
        },
        {
            "start": 821439428,
            "stop": 821439776
        },
        {
            "start": 821439779,
            "stop": 821439899
        },
        {
            "start": 821439918,
            "stop": 821439938
        },
        {
            "start": 821439957,
            "stop": 821440052
        },
        {
            "start": 821440071,
            "stop": 821440074
        },
        {
            "start": 821440093,
            "stop": 821440171
        },
        {
            "start": 821440190,
            "stop": 821440195
        },
        {
            "start": 821440214,
            "stop": 821440259
        },
        {
            "start": 821440285,
            "stop": 821440329
        },
        {
            "start": 821440350,
            "stop": 821440434
        },
        {
            "start": 821440453,
            "stop": 821440465
        }
    ]
}