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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33158",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33156",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33157,
    "results": [
        {
            "start": 970604172,
            "stop": 970604174
        },
        {
            "start": 970604175,
            "stop": 970604199
        },
        {
            "start": 970604202,
            "stop": 970604213
        },
        {
            "start": 970604215,
            "stop": 970604225
        },
        {
            "start": 970604227,
            "stop": 970604232
        },
        {
            "start": 970604234,
            "stop": 970604258
        },
        {
            "start": 970604261,
            "stop": 970604286
        },
        {
            "start": 970604288,
            "stop": 970604299
        },
        {
            "start": 970604300,
            "stop": 970604306
        },
        {
            "start": 970604327,
            "stop": 970604330
        },
        {
            "start": 970604336,
            "stop": 970604338
        },
        {
            "start": 970604480,
            "stop": 970604587
        },
        {
            "start": 970604588,
            "stop": 970604598
        },
        {
            "start": 970604599,
            "stop": 970604603
        },
        {
            "start": 970604604,
            "stop": 970604609
        },
        {
            "start": 970604612,
            "stop": 970604762
        },
        {
            "start": 970604768,
            "stop": 970604772
        },
        {
            "start": 970604778,
            "stop": 970604905
        },
        {
            "start": 970604911,
            "stop": 970604967
        },
        {
            "start": 970604978,
            "stop": 970604979
        }
    ]
}