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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=458",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=456",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 457,
    "results": [
        {
            "start": 847828551,
            "stop": 847828559
        },
        {
            "start": 847828560,
            "stop": 847828566
        },
        {
            "start": 847828567,
            "stop": 847828605
        },
        {
            "start": 847828607,
            "stop": 847828680
        },
        {
            "start": 847828681,
            "stop": 847828729
        },
        {
            "start": 847828730,
            "stop": 847828780
        },
        {
            "start": 847828781,
            "stop": 847828900
        },
        {
            "start": 847828901,
            "stop": 847828910
        },
        {
            "start": 847828911,
            "stop": 847828937
        },
        {
            "start": 847828938,
            "stop": 847828942
        },
        {
            "start": 847828943,
            "stop": 847828985
        },
        {
            "start": 847828986,
            "stop": 847829021
        },
        {
            "start": 847829022,
            "stop": 847829038
        },
        {
            "start": 847829039,
            "stop": 847829066
        },
        {
            "start": 847829067,
            "stop": 847829068
        },
        {
            "start": 847829070,
            "stop": 847829111
        },
        {
            "start": 847829112,
            "stop": 847829113
        },
        {
            "start": 847829114,
            "stop": 847829123
        },
        {
            "start": 847829125,
            "stop": 847829127
        },
        {
            "start": 847829129,
            "stop": 847829145
        }
    ]
}