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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=132",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 133,
    "results": [
        {
            "start": 931129172,
            "stop": 931129177
        },
        {
            "start": 931129178,
            "stop": 931129180
        },
        {
            "start": 931129182,
            "stop": 931129189
        },
        {
            "start": 931129191,
            "stop": 931129194
        },
        {
            "start": 931129196,
            "stop": 931129202
        },
        {
            "start": 931129203,
            "stop": 931129209
        },
        {
            "start": 931129210,
            "stop": 931129211
        },
        {
            "start": 931129212,
            "stop": 931129215
        },
        {
            "start": 931129575,
            "stop": 931129584
        },
        {
            "start": 931129586,
            "stop": 931129587
        },
        {
            "start": 931129588,
            "stop": 931129600
        },
        {
            "start": 931129602,
            "stop": 931129608
        },
        {
            "start": 931129609,
            "stop": 931129615
        },
        {
            "start": 931129616,
            "stop": 931129625
        },
        {
            "start": 931129626,
            "stop": 931129633
        },
        {
            "start": 931129637,
            "stop": 931129645
        },
        {
            "start": 931129647,
            "stop": 931129648
        },
        {
            "start": 931129649,
            "stop": 931129653
        },
        {
            "start": 931129654,
            "stop": 931129659
        },
        {
            "start": 931129660,
            "stop": 931129661
        }
    ]
}