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=314
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=315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=313",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 314,
    "results": [
        {
            "start": 821333695,
            "stop": 821333759
        },
        {
            "start": 821333762,
            "stop": 821333784
        },
        {
            "start": 821333787,
            "stop": 821333909
        },
        {
            "start": 821333912,
            "stop": 821334131
        },
        {
            "start": 821334134,
            "stop": 821334210
        },
        {
            "start": 821334213,
            "stop": 821334216
        },
        {
            "start": 821334220,
            "stop": 821334342
        },
        {
            "start": 821334345,
            "stop": 821334433
        },
        {
            "start": 821334436,
            "stop": 821334551
        },
        {
            "start": 821334555,
            "stop": 821334853
        },
        {
            "start": 821334858,
            "stop": 821335112
        },
        {
            "start": 821335115,
            "stop": 821335448
        },
        {
            "start": 821335451,
            "stop": 821335507
        },
        {
            "start": 821335510,
            "stop": 821335727
        },
        {
            "start": 821335730,
            "stop": 821335850
        },
        {
            "start": 821335853,
            "stop": 821335898
        },
        {
            "start": 821335901,
            "stop": 821335932
        },
        {
            "start": 821335935,
            "stop": 821338630
        },
        {
            "start": 821338633,
            "stop": 821339388
        },
        {
            "start": 821339391,
            "stop": 821341422
        }
    ]
}