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=258
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=259",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=257",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 258,
    "results": [
        {
            "start": 931770839,
            "stop": 931770842
        },
        {
            "start": 931770844,
            "stop": 931770846
        },
        {
            "start": 931770848,
            "stop": 931770854
        },
        {
            "start": 931770856,
            "stop": 931770871
        },
        {
            "start": 931770873,
            "stop": 931770876
        },
        {
            "start": 931770878,
            "stop": 931771243
        },
        {
            "start": 931771245,
            "stop": 931771263
        },
        {
            "start": 931771265,
            "stop": 931771266
        },
        {
            "start": 931771267,
            "stop": 931771268
        },
        {
            "start": 931771272,
            "stop": 931771276
        },
        {
            "start": 931771278,
            "stop": 931771287
        },
        {
            "start": 931771289,
            "stop": 931771292
        },
        {
            "start": 931771295,
            "stop": 931771306
        },
        {
            "start": 931771308,
            "stop": 931771439
        },
        {
            "start": 931771441,
            "stop": 931771445
        },
        {
            "start": 931771447,
            "stop": 931771515
        },
        {
            "start": 931771520,
            "stop": 931771523
        },
        {
            "start": 931771525,
            "stop": 931771529
        },
        {
            "start": 931771531,
            "stop": 931771643
        },
        {
            "start": 931771644,
            "stop": 931771737
        }
    ]
}