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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=80",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 81,
    "results": [
        {
            "start": 1126540086,
            "stop": 1126540118
        },
        {
            "start": 1126540119,
            "stop": 1126540464
        },
        {
            "start": 1126540466,
            "stop": 1126540733
        },
        {
            "start": 1126540735,
            "stop": 1126540781
        },
        {
            "start": 1126540782,
            "stop": 1126541119
        },
        {
            "start": 1126541120,
            "stop": 1126541355
        },
        {
            "start": 1126541357,
            "stop": 1126541376
        },
        {
            "start": 1126541378,
            "stop": 1126541460
        },
        {
            "start": 1126541462,
            "stop": 1126541704
        },
        {
            "start": 1126541714,
            "stop": 1126541826
        },
        {
            "start": 1126541827,
            "stop": 1126542198
        },
        {
            "start": 1126542199,
            "stop": 1126542218
        },
        {
            "start": 1126542219,
            "stop": 1126542375
        },
        {
            "start": 1126542376,
            "stop": 1126542540
        },
        {
            "start": 1126542541,
            "stop": 1126542602
        },
        {
            "start": 1126542604,
            "stop": 1126542893
        },
        {
            "start": 1126542894,
            "stop": 1126543255
        },
        {
            "start": 1126543257,
            "stop": 1126543621
        },
        {
            "start": 1126543622,
            "stop": 1126543676
        },
        {
            "start": 1126543681,
            "stop": 1126543739
        }
    ]
}