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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=347",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=345",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 346,
    "results": [
        {
            "start": 931784303,
            "stop": 931784304
        },
        {
            "start": 931784306,
            "stop": 931784307
        },
        {
            "start": 931784311,
            "stop": 931784318
        },
        {
            "start": 931784320,
            "stop": 931784330
        },
        {
            "start": 931784332,
            "stop": 931784333
        },
        {
            "start": 931784335,
            "stop": 931784341
        },
        {
            "start": 931784342,
            "stop": 931784344
        },
        {
            "start": 931784346,
            "stop": 931784361
        },
        {
            "start": 931784362,
            "stop": 931784412
        },
        {
            "start": 931784414,
            "stop": 931784415
        },
        {
            "start": 931784775,
            "stop": 931784803
        },
        {
            "start": 931784805,
            "stop": 931784824
        },
        {
            "start": 931784826,
            "stop": 931784828
        },
        {
            "start": 931784830,
            "stop": 931784839
        },
        {
            "start": 931784841,
            "stop": 931784848
        },
        {
            "start": 931784849,
            "stop": 931784854
        },
        {
            "start": 931784855,
            "stop": 931784859
        },
        {
            "start": 931784861,
            "stop": 931784862
        },
        {
            "start": 931784864,
            "stop": 931784868
        },
        {
            "start": 931784869,
            "stop": 931784870
        }
    ]
}