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=204
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=205",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=203",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 204,
    "results": [
        {
            "start": 1176974225,
            "stop": 1176974724
        },
        {
            "start": 1176974726,
            "stop": 1176974831
        },
        {
            "start": 1176974833,
            "stop": 1176975840
        },
        {
            "start": 1176975842,
            "stop": 1176975976
        },
        {
            "start": 1176975977,
            "stop": 1176975978
        },
        {
            "start": 1176975979,
            "stop": 1176976154
        },
        {
            "start": 1176976156,
            "stop": 1176981314
        },
        {
            "start": 1176981316,
            "stop": 1176981320
        },
        {
            "start": 1176981324,
            "stop": 1176981527
        },
        {
            "start": 1176981530,
            "stop": 1176982053
        },
        {
            "start": 1176982054,
            "stop": 1176982337
        },
        {
            "start": 1176982338,
            "stop": 1176982495
        },
        {
            "start": 1176982496,
            "stop": 1176982703
        },
        {
            "start": 1176982705,
            "stop": 1176989908
        },
        {
            "start": 1176989911,
            "stop": 1176992812
        },
        {
            "start": 1176992813,
            "stop": 1176992855
        },
        {
            "start": 1176992856,
            "stop": 1176993162
        },
        {
            "start": 1176993165,
            "stop": 1176993172
        },
        {
            "start": 1176993173,
            "stop": 1176993313
        },
        {
            "start": 1176993315,
            "stop": 1176993320
        }
    ]
}