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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=421",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=419",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 420,
    "results": [
        {
            "start": 847798563,
            "stop": 847798577
        },
        {
            "start": 847798578,
            "stop": 847798580
        },
        {
            "start": 847798581,
            "stop": 847798654
        },
        {
            "start": 847798656,
            "stop": 847798679
        },
        {
            "start": 847798680,
            "stop": 847798696
        },
        {
            "start": 847798698,
            "stop": 847798793
        },
        {
            "start": 847798794,
            "stop": 847798832
        },
        {
            "start": 847798834,
            "stop": 847798868
        },
        {
            "start": 847798869,
            "stop": 847798943
        },
        {
            "start": 847798944,
            "stop": 847798960
        },
        {
            "start": 847798961,
            "stop": 847798963
        },
        {
            "start": 847798964,
            "stop": 847798988
        },
        {
            "start": 847798989,
            "stop": 847798991
        },
        {
            "start": 847798992,
            "stop": 847799048
        },
        {
            "start": 847799049,
            "stop": 847799161
        },
        {
            "start": 847799162,
            "stop": 847799176
        },
        {
            "start": 847799177,
            "stop": 847799297
        },
        {
            "start": 847799298,
            "stop": 847799329
        },
        {
            "start": 847799330,
            "stop": 847799331
        },
        {
            "start": 847799332,
            "stop": 847799346
        }
    ]
}