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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=248",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 249,
    "results": [
        {
            "start": 817863907,
            "stop": 817864056
        },
        {
            "start": 817864060,
            "stop": 817864076
        },
        {
            "start": 817864097,
            "stop": 817864186
        },
        {
            "start": 817864208,
            "stop": 817864213
        },
        {
            "start": 817864217,
            "stop": 817864251
        },
        {
            "start": 817864254,
            "stop": 817864285
        },
        {
            "start": 817864302,
            "stop": 817864312
        },
        {
            "start": 817864332,
            "stop": 817864350
        },
        {
            "start": 817864354,
            "stop": 817864398
        },
        {
            "start": 817864402,
            "stop": 817864414
        },
        {
            "start": 817864435,
            "stop": 817864523
        },
        {
            "start": 817864545,
            "stop": 817864548
        },
        {
            "start": 817864553,
            "stop": 817864576
        },
        {
            "start": 817864609,
            "stop": 817864611
        },
        {
            "start": 817864616,
            "stop": 817864618
        },
        {
            "start": 817864649,
            "stop": 817864673
        },
        {
            "start": 817864692,
            "stop": 817864714
        },
        {
            "start": 817864718,
            "stop": 817864725
        },
        {
            "start": 817864749,
            "stop": 817864760
        },
        {
            "start": 817864779,
            "stop": 817864788
        }
    ]
}