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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46814",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46812",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46813,
    "results": [
        {
            "start": 875126624,
            "stop": 875126633
        },
        {
            "start": 875126636,
            "stop": 875126642
        },
        {
            "start": 875126643,
            "stop": 875126656
        },
        {
            "start": 875126659,
            "stop": 875126674
        },
        {
            "start": 875126675,
            "stop": 875126679
        },
        {
            "start": 875126682,
            "stop": 875126713
        },
        {
            "start": 875126716,
            "stop": 875126734
        },
        {
            "start": 875126735,
            "stop": 875126750
        },
        {
            "start": 875126751,
            "stop": 875126762
        },
        {
            "start": 875126763,
            "stop": 875126773
        },
        {
            "start": 875126774,
            "stop": 875126783
        },
        {
            "start": 875126789,
            "stop": 875126794
        },
        {
            "start": 875126797,
            "stop": 875126805
        },
        {
            "start": 875126809,
            "stop": 875126813
        },
        {
            "start": 875126814,
            "stop": 875126821
        },
        {
            "start": 875126824,
            "stop": 875126852
        },
        {
            "start": 875126853,
            "stop": 875126856
        },
        {
            "start": 875126857,
            "stop": 875126859
        },
        {
            "start": 875126860,
            "stop": 875126883
        },
        {
            "start": 875126887,
            "stop": 875126891
        }
    ]
}