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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=92",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 93,
    "results": [
        {
            "start": 821385916,
            "stop": 821386260
        },
        {
            "start": 821386263,
            "stop": 821386335
        },
        {
            "start": 821386338,
            "stop": 821386359
        },
        {
            "start": 821386362,
            "stop": 821386418
        },
        {
            "start": 821386421,
            "stop": 821386481
        },
        {
            "start": 821386484,
            "stop": 821386550
        },
        {
            "start": 821386553,
            "stop": 821386586
        },
        {
            "start": 821386589,
            "stop": 821386644
        },
        {
            "start": 821386647,
            "stop": 821386682
        },
        {
            "start": 821386685,
            "stop": 821386688
        },
        {
            "start": 821386691,
            "stop": 821386740
        },
        {
            "start": 821386743,
            "stop": 821386751
        },
        {
            "start": 821386754,
            "stop": 821388560
        },
        {
            "start": 821388880,
            "stop": 821389103
        },
        {
            "start": 821389503,
            "stop": 821389569
        },
        {
            "start": 821389852,
            "stop": 821400126
        },
        {
            "start": 821400129,
            "stop": 821400150
        },
        {
            "start": 821400153,
            "stop": 821400418
        },
        {
            "start": 821400421,
            "stop": 821400616
        },
        {
            "start": 821400619,
            "stop": 821400675
        }
    ]
}