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=33238
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=33239",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33237",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33238,
    "results": [
        {
            "start": 970981204,
            "stop": 970981229
        },
        {
            "start": 970981230,
            "stop": 970981283
        },
        {
            "start": 970981284,
            "stop": 970981300
        },
        {
            "start": 970981303,
            "stop": 970981315
        },
        {
            "start": 970981316,
            "stop": 970981343
        },
        {
            "start": 970981344,
            "stop": 970981414
        },
        {
            "start": 970981415,
            "stop": 970981484
        },
        {
            "start": 970981487,
            "stop": 970981497
        },
        {
            "start": 970981500,
            "stop": 970981510
        },
        {
            "start": 970981511,
            "stop": 970981520
        },
        {
            "start": 970981522,
            "stop": 970981568
        },
        {
            "start": 970981571,
            "stop": 970981602
        },
        {
            "start": 970981603,
            "stop": 970981683
        },
        {
            "start": 970981684,
            "stop": 970981797
        },
        {
            "start": 970981799,
            "stop": 970981808
        },
        {
            "start": 970981811,
            "stop": 970981828
        },
        {
            "start": 970981831,
            "stop": 970981889
        },
        {
            "start": 970981890,
            "stop": 970981892
        },
        {
            "start": 970981894,
            "stop": 970981938
        },
        {
            "start": 970981941,
            "stop": 970981984
        }
    ]
}