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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=139",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 140,
    "results": [
        {
            "start": 835504589,
            "stop": 835505922
        },
        {
            "start": 835507211,
            "stop": 835508616
        },
        {
            "start": 835509564,
            "stop": 835517050
        },
        {
            "start": 835517051,
            "stop": 835517073
        },
        {
            "start": 835520107,
            "stop": 835524522
        },
        {
            "start": 835524523,
            "stop": 835545175
        },
        {
            "start": 835545285,
            "stop": 835546131
        },
        {
            "start": 835546431,
            "stop": 835551540
        },
        {
            "start": 835552443,
            "stop": 835555577
        },
        {
            "start": 835556460,
            "stop": 835565644
        },
        {
            "start": 835566584,
            "stop": 835567194
        },
        {
            "start": 835568813,
            "stop": 835637655
        },
        {
            "start": 835638761,
            "stop": 835643677
        },
        {
            "start": 835644781,
            "stop": 835647740
        },
        {
            "start": 835649172,
            "stop": 835652300
        },
        {
            "start": 835652482,
            "stop": 835655434
        },
        {
            "start": 835690522,
            "stop": 835696794
        },
        {
            "start": 835698482,
            "stop": 835721559
        },
        {
            "start": 835723570,
            "stop": 835726354
        },
        {
            "start": 835728475,
            "stop": 835729610
        }
    ]
}