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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=342",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=340",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 341,
    "results": [
        {
            "start": 822878438,
            "stop": 822879439
        },
        {
            "start": 822879443,
            "stop": 822879758
        },
        {
            "start": 822879762,
            "stop": 822879785
        },
        {
            "start": 822879788,
            "stop": 822879858
        },
        {
            "start": 822879862,
            "stop": 822880674
        },
        {
            "start": 822880677,
            "stop": 822881021
        },
        {
            "start": 822881024,
            "stop": 822881042
        },
        {
            "start": 822881045,
            "stop": 822881171
        },
        {
            "start": 822881174,
            "stop": 822881289
        },
        {
            "start": 822881292,
            "stop": 822881428
        },
        {
            "start": 822881432,
            "stop": 822881583
        },
        {
            "start": 822881586,
            "stop": 822882375
        },
        {
            "start": 822882378,
            "stop": 822883619
        },
        {
            "start": 822883693,
            "stop": 822883886
        },
        {
            "start": 822883889,
            "stop": 822884285
        },
        {
            "start": 822884288,
            "stop": 822884610
        },
        {
            "start": 822884670,
            "stop": 822884730
        },
        {
            "start": 822884790,
            "stop": 822884910
        },
        {
            "start": 822885150,
            "stop": 822885210
        },
        {
            "start": 822885270,
            "stop": 822885330
        }
    ]
}