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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4270",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4271,
    "results": [
        {
            "start": 874613864,
            "stop": 874613946
        },
        {
            "start": 874613965,
            "stop": 874613993
        },
        {
            "start": 874614018,
            "stop": 874614026
        },
        {
            "start": 874614045,
            "stop": 874614060
        },
        {
            "start": 874614120,
            "stop": 874614125
        },
        {
            "start": 874614245,
            "stop": 874614272
        },
        {
            "start": 874614359,
            "stop": 874614364
        },
        {
            "start": 874614412,
            "stop": 874614422
        },
        {
            "start": 874614509,
            "stop": 874614513
        },
        {
            "start": 874614574,
            "stop": 874614597
        },
        {
            "start": 874614645,
            "stop": 874614648
        },
        {
            "start": 874614752,
            "stop": 874614754
        },
        {
            "start": 874614785,
            "stop": 874614788
        },
        {
            "start": 874614858,
            "stop": 874614905
        },
        {
            "start": 874614944,
            "stop": 874614963
        },
        {
            "start": 874615011,
            "stop": 874615065
        },
        {
            "start": 874615084,
            "stop": 874615109
        },
        {
            "start": 874615128,
            "stop": 874615247
        },
        {
            "start": 874615524,
            "stop": 874615556
        },
        {
            "start": 874615713,
            "stop": 874615726
        }
    ]
}