Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7223
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7222",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7223,
    "results": [
        {
            "start": 874724055,
            "stop": 874724804
        },
        {
            "start": 874724805,
            "stop": 874725038
        },
        {
            "start": 874725040,
            "stop": 874725525
        },
        {
            "start": 874725526,
            "stop": 874725837
        },
        {
            "start": 874725838,
            "stop": 874725918
        },
        {
            "start": 874725919,
            "stop": 874726370
        },
        {
            "start": 874726371,
            "stop": 874726504
        },
        {
            "start": 874726505,
            "stop": 874726746
        },
        {
            "start": 874726747,
            "stop": 874726923
        },
        {
            "start": 874726924,
            "stop": 874727373
        },
        {
            "start": 874727374,
            "stop": 874727596
        },
        {
            "start": 874727597,
            "stop": 874728390
        },
        {
            "start": 874728391,
            "stop": 874728494
        },
        {
            "start": 874728496,
            "stop": 874729269
        },
        {
            "start": 874729270,
            "stop": 874729285
        },
        {
            "start": 874729286,
            "stop": 874730019
        },
        {
            "start": 874730021,
            "stop": 874730304
        },
        {
            "start": 874730305,
            "stop": 874731029
        },
        {
            "start": 874731030,
            "stop": 874731032
        },
        {
            "start": 874731033,
            "stop": 874731039
        }
    ]
}