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=46791
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=46792",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46790",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46791,
    "results": [
        {
            "start": 875112425,
            "stop": 875112431
        },
        {
            "start": 875112432,
            "stop": 875112447
        },
        {
            "start": 875112450,
            "stop": 875112470
        },
        {
            "start": 875112471,
            "stop": 875112474
        },
        {
            "start": 875112475,
            "stop": 875112497
        },
        {
            "start": 875112498,
            "stop": 875112502
        },
        {
            "start": 875112504,
            "stop": 875112544
        },
        {
            "start": 875112545,
            "stop": 875112590
        },
        {
            "start": 875112592,
            "stop": 875112604
        },
        {
            "start": 875112605,
            "stop": 875112642
        },
        {
            "start": 875112643,
            "stop": 875112672
        },
        {
            "start": 875112674,
            "stop": 875112714
        },
        {
            "start": 875112715,
            "stop": 875112721
        },
        {
            "start": 875112722,
            "stop": 875112774
        },
        {
            "start": 875112775,
            "stop": 875112816
        },
        {
            "start": 875112817,
            "stop": 875112842
        },
        {
            "start": 875112844,
            "stop": 875112884
        },
        {
            "start": 875112885,
            "stop": 875112901
        },
        {
            "start": 875112904,
            "stop": 875112919
        },
        {
            "start": 875112920,
            "stop": 875112964
        }
    ]
}