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=260
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=261",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=259",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 260,
    "results": [
        {
            "start": 934127588,
            "stop": 934127760
        },
        {
            "start": 934127762,
            "stop": 934127804
        },
        {
            "start": 934127806,
            "stop": 934127811
        },
        {
            "start": 934127813,
            "stop": 934127919
        },
        {
            "start": 934127921,
            "stop": 934127940
        },
        {
            "start": 934127942,
            "stop": 934127943
        },
        {
            "start": 934127947,
            "stop": 934128015
        },
        {
            "start": 934128255,
            "stop": 934128412
        },
        {
            "start": 934128414,
            "stop": 934128648
        },
        {
            "start": 934128651,
            "stop": 934128802
        },
        {
            "start": 934128805,
            "stop": 934128896
        },
        {
            "start": 934128898,
            "stop": 934128944
        },
        {
            "start": 934128948,
            "stop": 934129234
        },
        {
            "start": 934129237,
            "stop": 934129267
        },
        {
            "start": 934129270,
            "stop": 934129365
        },
        {
            "start": 934129367,
            "stop": 934129396
        },
        {
            "start": 934129400,
            "stop": 934129568
        },
        {
            "start": 934129574,
            "stop": 934129592
        },
        {
            "start": 934129594,
            "stop": 934129626
        },
        {
            "start": 934129628,
            "stop": 934129722
        }
    ]
}