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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=186",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 187,
    "results": [
        {
            "start": 821661352,
            "stop": 821661374
        },
        {
            "start": 821661377,
            "stop": 821661381
        },
        {
            "start": 821661386,
            "stop": 821661408
        },
        {
            "start": 821661411,
            "stop": 821661414
        },
        {
            "start": 821661418,
            "stop": 821661419
        },
        {
            "start": 821661422,
            "stop": 821661428
        },
        {
            "start": 821661431,
            "stop": 821661432
        },
        {
            "start": 821661435,
            "stop": 821661457
        },
        {
            "start": 821661461,
            "stop": 821661469
        },
        {
            "start": 821661474,
            "stop": 821661495
        },
        {
            "start": 821661499,
            "stop": 821661520
        },
        {
            "start": 821661524,
            "stop": 821661599
        },
        {
            "start": 821661602,
            "stop": 821661615
        },
        {
            "start": 821661618,
            "stop": 821661624
        },
        {
            "start": 821661627,
            "stop": 821661648
        },
        {
            "start": 821661651,
            "stop": 821661658
        },
        {
            "start": 821661665,
            "stop": 821661672
        },
        {
            "start": 821661675,
            "stop": 821661709
        },
        {
            "start": 821661712,
            "stop": 821661737
        },
        {
            "start": 821661740,
            "stop": 821661773
        }
    ]
}