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=628
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=629",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=627",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 628,
    "results": [
        {
            "start": 829163865,
            "stop": 829163960
        },
        {
            "start": 829163963,
            "stop": 829164065
        },
        {
            "start": 829164068,
            "stop": 829164149
        },
        {
            "start": 829164152,
            "stop": 829164297
        },
        {
            "start": 829164301,
            "stop": 829164339
        },
        {
            "start": 829164343,
            "stop": 829164389
        },
        {
            "start": 829164392,
            "stop": 829164459
        },
        {
            "start": 829164463,
            "stop": 829164742
        },
        {
            "start": 829164746,
            "stop": 829164763
        },
        {
            "start": 829164766,
            "stop": 829164931
        },
        {
            "start": 829164935,
            "stop": 829165020
        },
        {
            "start": 829165024,
            "stop": 829165029
        },
        {
            "start": 829165032,
            "stop": 829165126
        },
        {
            "start": 829165130,
            "stop": 829165298
        },
        {
            "start": 829165301,
            "stop": 829165496
        },
        {
            "start": 829165500,
            "stop": 829165652
        },
        {
            "start": 829165655,
            "stop": 829165697
        },
        {
            "start": 829165700,
            "stop": 829165781
        },
        {
            "start": 829165784,
            "stop": 829165848
        },
        {
            "start": 829165852,
            "stop": 829165853
        }
    ]
}