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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=575",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=573",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 574,
    "results": [
        {
            "start": 827534365,
            "stop": 827536973
        },
        {
            "start": 827537273,
            "stop": 827540095
        },
        {
            "start": 827540112,
            "stop": 827541459
        },
        {
            "start": 827541481,
            "stop": 827547180
        },
        {
            "start": 827547240,
            "stop": 827552381
        },
        {
            "start": 827552385,
            "stop": 827553274
        },
        {
            "start": 827553277,
            "stop": 827555653
        },
        {
            "start": 827556093,
            "stop": 827561306
        },
        {
            "start": 827561337,
            "stop": 827561476
        },
        {
            "start": 827561495,
            "stop": 827561814
        },
        {
            "start": 827561833,
            "stop": 827562812
        },
        {
            "start": 827562834,
            "stop": 827563193
        },
        {
            "start": 827563212,
            "stop": 827566433
        },
        {
            "start": 827566452,
            "stop": 827567831
        },
        {
            "start": 827567860,
            "stop": 827571140
        },
        {
            "start": 827571157,
            "stop": 827572344
        },
        {
            "start": 827572347,
            "stop": 827573646
        },
        {
            "start": 827573649,
            "stop": 827583185
        },
        {
            "start": 827583202,
            "stop": 827588093
        },
        {
            "start": 827588110,
            "stop": 827588360
        }
    ]
}