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=237
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=238",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=236",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 237,
    "results": [
        {
            "start": 933741666,
            "stop": 933742815
        },
        {
            "start": 933743055,
            "stop": 933745819
        },
        {
            "start": 933745822,
            "stop": 933746079
        },
        {
            "start": 933746082,
            "stop": 933746151
        },
        {
            "start": 933746156,
            "stop": 933746415
        },
        {
            "start": 933746655,
            "stop": 933748975
        },
        {
            "start": 933748980,
            "stop": 933750015
        },
        {
            "start": 933750255,
            "stop": 933751817
        },
        {
            "start": 933751836,
            "stop": 933753281
        },
        {
            "start": 933755040,
            "stop": 933756881
        },
        {
            "start": 933756886,
            "stop": 933757215
        },
        {
            "start": 933757455,
            "stop": 933758333
        },
        {
            "start": 933763551,
            "stop": 933764229
        },
        {
            "start": 933764231,
            "stop": 933764415
        },
        {
            "start": 933764655,
            "stop": 933768015
        },
        {
            "start": 933768255,
            "stop": 933768625
        },
        {
            "start": 933768644,
            "stop": 933771615
        },
        {
            "start": 933771855,
            "stop": 933774155
        },
        {
            "start": 933774157,
            "stop": 933774990
        },
        {
            "start": 933775008,
            "stop": 933775215
        }
    ]
}