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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=139",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 140,
    "results": [
        {
            "start": 1418672236,
            "stop": 1418672238
        },
        {
            "start": 1418672239,
            "stop": 1418672266
        },
        {
            "start": 1418672271,
            "stop": 1418672286
        },
        {
            "start": 1418672302,
            "stop": 1418672322
        },
        {
            "start": 1418672362,
            "stop": 1418672425
        },
        {
            "start": 1418672426,
            "stop": 1418672434
        },
        {
            "start": 1418672442,
            "stop": 1418672550
        },
        {
            "start": 1418672555,
            "stop": 1418673082
        },
        {
            "start": 1418673094,
            "stop": 1418673309
        },
        {
            "start": 1418673310,
            "stop": 1418673454
        },
        {
            "start": 1418673458,
            "stop": 1418674485
        },
        {
            "start": 1418674486,
            "stop": 1418674642
        },
        {
            "start": 1418674645,
            "stop": 1418674991
        },
        {
            "start": 1418674993,
            "stop": 1418675018
        },
        {
            "start": 1418675023,
            "stop": 1418675047
        },
        {
            "start": 1418675049,
            "stop": 1418675626
        },
        {
            "start": 1418675630,
            "stop": 1418679234
        },
        {
            "start": 1418679238,
            "stop": 1418679538
        },
        {
            "start": 1418679546,
            "stop": 1418679594
        },
        {
            "start": 1418679598,
            "stop": 1418679602
        }
    ]
}