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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=766",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=764",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 765,
    "results": [
        {
            "start": 957256592,
            "stop": 957256761
        },
        {
            "start": 957256767,
            "stop": 957256953
        },
        {
            "start": 957256959,
            "stop": 957257075
        },
        {
            "start": 957257081,
            "stop": 957257207
        },
        {
            "start": 957257213,
            "stop": 957257480
        },
        {
            "start": 957257486,
            "stop": 957257722
        },
        {
            "start": 957257728,
            "stop": 957257732
        },
        {
            "start": 957257738,
            "stop": 957257815
        },
        {
            "start": 957257821,
            "stop": 957257897
        },
        {
            "start": 957257903,
            "stop": 957258128
        },
        {
            "start": 957258134,
            "stop": 957258895
        },
        {
            "start": 957258901,
            "stop": 957259020
        },
        {
            "start": 957259026,
            "stop": 957259048
        },
        {
            "start": 957259054,
            "stop": 957259743
        },
        {
            "start": 957259749,
            "stop": 957259814
        },
        {
            "start": 957259820,
            "stop": 957259904
        },
        {
            "start": 957259909,
            "stop": 957260149
        },
        {
            "start": 957260155,
            "stop": 957260498
        },
        {
            "start": 957260504,
            "stop": 957260689
        },
        {
            "start": 957260695,
            "stop": 957260917
        }
    ]
}