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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=395",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=393",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 394,
    "results": [
        {
            "start": 935200962,
            "stop": 935200965
        },
        {
            "start": 935200968,
            "stop": 935200994
        },
        {
            "start": 935200996,
            "stop": 935201014
        },
        {
            "start": 935201016,
            "stop": 935201019
        },
        {
            "start": 935201022,
            "stop": 935201036
        },
        {
            "start": 935201039,
            "stop": 935204536
        },
        {
            "start": 935204539,
            "stop": 935204556
        },
        {
            "start": 935204561,
            "stop": 935204565
        },
        {
            "start": 935204567,
            "stop": 935204583
        },
        {
            "start": 935204586,
            "stop": 935204592
        },
        {
            "start": 935204595,
            "stop": 935204612
        },
        {
            "start": 935204614,
            "stop": 935204618
        },
        {
            "start": 935204621,
            "stop": 935204635
        },
        {
            "start": 935204639,
            "stop": 935208159
        },
        {
            "start": 935208161,
            "stop": 935208165
        },
        {
            "start": 935208168,
            "stop": 935208185
        },
        {
            "start": 935208187,
            "stop": 935208213
        },
        {
            "start": 935208215,
            "stop": 935208219
        },
        {
            "start": 935208221,
            "stop": 935208236
        },
        {
            "start": 935208240,
            "stop": 935209419
        }
    ]
}