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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6608",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6606",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6607,
    "results": [
        {
            "start": 874723261,
            "stop": 874724020
        },
        {
            "start": 874724022,
            "stop": 874724054
        },
        {
            "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
        }
    ]
}