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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=265",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 266,
    "results": [
        {
            "start": 1178201355,
            "stop": 1178201356
        },
        {
            "start": 1178201358,
            "stop": 1178201414
        },
        {
            "start": 1178201415,
            "stop": 1178201436
        },
        {
            "start": 1178201437,
            "stop": 1178201510
        },
        {
            "start": 1178201511,
            "stop": 1178201512
        },
        {
            "start": 1178201513,
            "stop": 1178201514
        },
        {
            "start": 1178201516,
            "stop": 1178201535
        },
        {
            "start": 1178201537,
            "stop": 1178201614
        },
        {
            "start": 1178201616,
            "stop": 1178203324
        },
        {
            "start": 1178203326,
            "stop": 1178203622
        },
        {
            "start": 1178203623,
            "stop": 1178204602
        },
        {
            "start": 1178204603,
            "stop": 1178205689
        },
        {
            "start": 1178205691,
            "stop": 1178205692
        },
        {
            "start": 1178205693,
            "stop": 1178205714
        },
        {
            "start": 1178205716,
            "stop": 1178205718
        },
        {
            "start": 1178205719,
            "stop": 1178205733
        },
        {
            "start": 1178205734,
            "stop": 1178205741
        },
        {
            "start": 1178205745,
            "stop": 1178205779
        },
        {
            "start": 1178205780,
            "stop": 1178205965
        },
        {
            "start": 1178205966,
            "stop": 1178206029
        }
    ]
}