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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=333",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=331",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 332,
    "results": [
        {
            "start": 1260366323,
            "stop": 1260366719
        },
        {
            "start": 1260366722,
            "stop": 1260366868
        },
        {
            "start": 1260366871,
            "stop": 1260366952
        },
        {
            "start": 1260366953,
            "stop": 1260367256
        },
        {
            "start": 1260367259,
            "stop": 1260367730
        },
        {
            "start": 1260367733,
            "stop": 1260367764
        },
        {
            "start": 1260367767,
            "stop": 1260368133
        },
        {
            "start": 1260368136,
            "stop": 1260368190
        },
        {
            "start": 1260368193,
            "stop": 1260368934
        },
        {
            "start": 1260368937,
            "stop": 1260368941
        },
        {
            "start": 1260368944,
            "stop": 1260368952
        },
        {
            "start": 1260368955,
            "stop": 1260368956
        },
        {
            "start": 1260368959,
            "stop": 1260369032
        },
        {
            "start": 1260369035,
            "stop": 1260369096
        },
        {
            "start": 1260369099,
            "stop": 1260369102
        },
        {
            "start": 1260369103,
            "stop": 1260369486
        },
        {
            "start": 1260369489,
            "stop": 1260369568
        },
        {
            "start": 1260369571,
            "stop": 1260370249
        },
        {
            "start": 1260370250,
            "stop": 1260371752
        },
        {
            "start": 1260371755,
            "stop": 1260371767
        }
    ]
}