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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=142",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 143,
    "results": [
        {
            "start": 829685237,
            "stop": 829685238
        },
        {
            "start": 829685350,
            "stop": 829687813
        },
        {
            "start": 829687815,
            "stop": 829687817
        },
        {
            "start": 829687980,
            "stop": 829699197
        },
        {
            "start": 829699336,
            "stop": 829701789
        },
        {
            "start": 829704904,
            "stop": 829705018
        },
        {
            "start": 829705682,
            "stop": 829705933
        },
        {
            "start": 829706697,
            "stop": 829707288
        },
        {
            "start": 829707967,
            "stop": 829708987
        },
        {
            "start": 829709987,
            "stop": 829710200
        },
        {
            "start": 829710352,
            "stop": 829710558
        },
        {
            "start": 829711852,
            "stop": 829726185
        },
        {
            "start": 829728894,
            "stop": 829744736
        },
        {
            "start": 829746503,
            "stop": 829782891
        },
        {
            "start": 829783927,
            "stop": 829839976
        },
        {
            "start": 829839979,
            "stop": 829841239
        },
        {
            "start": 829841243,
            "stop": 829841690
        },
        {
            "start": 829841694,
            "stop": 829842108
        },
        {
            "start": 829842111,
            "stop": 829842170
        },
        {
            "start": 829842174,
            "stop": 829842406
        }
    ]
}