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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=133",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 134,
    "results": [
        {
            "start": 818368333,
            "stop": 818368385
        },
        {
            "start": 818368403,
            "stop": 818368409
        },
        {
            "start": 818368417,
            "stop": 818368418
        },
        {
            "start": 818368451,
            "stop": 818368493
        },
        {
            "start": 818368501,
            "stop": 818368512
        },
        {
            "start": 818368528,
            "stop": 818368672
        },
        {
            "start": 818368694,
            "stop": 818368727
        },
        {
            "start": 818368739,
            "stop": 818368822
        },
        {
            "start": 818368830,
            "stop": 818368837
        },
        {
            "start": 818368845,
            "stop": 818368926
        },
        {
            "start": 818368934,
            "stop": 818369281
        },
        {
            "start": 818369289,
            "stop": 818369342
        },
        {
            "start": 818369350,
            "stop": 818369460
        },
        {
            "start": 818369475,
            "stop": 818369523
        },
        {
            "start": 818369531,
            "stop": 818369532
        },
        {
            "start": 818369540,
            "stop": 818369637
        },
        {
            "start": 818369645,
            "stop": 818369803
        },
        {
            "start": 818369821,
            "stop": 818370073
        },
        {
            "start": 818370081,
            "stop": 818370101
        },
        {
            "start": 818370109,
            "stop": 818370117
        }
    ]
}