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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=234",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 235,
    "results": [
        {
            "start": 933692934,
            "stop": 933693294
        },
        {
            "start": 933693299,
            "stop": 933693751
        },
        {
            "start": 933693753,
            "stop": 933695252
        },
        {
            "start": 933697149,
            "stop": 933697909
        },
        {
            "start": 933697912,
            "stop": 933697983
        },
        {
            "start": 933701582,
            "stop": 933702558
        },
        {
            "start": 933702563,
            "stop": 933703215
        },
        {
            "start": 933703455,
            "stop": 933704547
        },
        {
            "start": 933704549,
            "stop": 933704884
        },
        {
            "start": 933704889,
            "stop": 933704909
        },
        {
            "start": 933705402,
            "stop": 933706110
        },
        {
            "start": 933706112,
            "stop": 933706632
        },
        {
            "start": 933706634,
            "stop": 933706815
        },
        {
            "start": 933710382,
            "stop": 933710415
        },
        {
            "start": 933710655,
            "stop": 933711023
        },
        {
            "start": 933711050,
            "stop": 933711647
        },
        {
            "start": 933711666,
            "stop": 933711860
        },
        {
            "start": 933711862,
            "stop": 933711922
        },
        {
            "start": 933711939,
            "stop": 933712352
        },
        {
            "start": 933712354,
            "stop": 933712362
        }
    ]
}