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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40655",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40653",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40654,
    "results": [
        {
            "start": 874917869,
            "stop": 874917876
        },
        {
            "start": 874917877,
            "stop": 874917883
        },
        {
            "start": 874917884,
            "stop": 874917887
        },
        {
            "start": 874917888,
            "stop": 874917901
        },
        {
            "start": 874917902,
            "stop": 874917925
        },
        {
            "start": 874917926,
            "stop": 874917940
        },
        {
            "start": 874917942,
            "stop": 874917961
        },
        {
            "start": 874917962,
            "stop": 874917966
        },
        {
            "start": 874917969,
            "stop": 874917973
        },
        {
            "start": 874917975,
            "stop": 874917977
        },
        {
            "start": 874917978,
            "stop": 874917979
        },
        {
            "start": 874917980,
            "stop": 874917990
        },
        {
            "start": 874917991,
            "stop": 874918006
        },
        {
            "start": 874918008,
            "stop": 874918023
        },
        {
            "start": 874918025,
            "stop": 874918043
        },
        {
            "start": 874918044,
            "stop": 874918048
        },
        {
            "start": 874918049,
            "stop": 874918080
        },
        {
            "start": 874918081,
            "stop": 874918101
        },
        {
            "start": 874918103,
            "stop": 874918119
        },
        {
            "start": 874918121,
            "stop": 874918122
        }
    ]
}