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=286
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=287",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=285",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 286,
    "results": [
        {
            "start": 1260197969,
            "stop": 1260198012
        },
        {
            "start": 1260198013,
            "stop": 1260198044
        },
        {
            "start": 1260198045,
            "stop": 1260198538
        },
        {
            "start": 1260198539,
            "stop": 1260199094
        },
        {
            "start": 1260199096,
            "stop": 1260199355
        },
        {
            "start": 1260199356,
            "stop": 1260199541
        },
        {
            "start": 1260199542,
            "stop": 1260199703
        },
        {
            "start": 1260199705,
            "stop": 1260199853
        },
        {
            "start": 1260199855,
            "stop": 1260199860
        },
        {
            "start": 1260199861,
            "stop": 1260199895
        },
        {
            "start": 1260199896,
            "stop": 1260200197
        },
        {
            "start": 1260200200,
            "stop": 1260200286
        },
        {
            "start": 1260200287,
            "stop": 1260200552
        },
        {
            "start": 1260200554,
            "stop": 1260200639
        },
        {
            "start": 1260200641,
            "stop": 1260200646
        },
        {
            "start": 1260200648,
            "stop": 1260200705
        },
        {
            "start": 1260200707,
            "stop": 1260200738
        },
        {
            "start": 1260200739,
            "stop": 1260200952
        },
        {
            "start": 1260200953,
            "stop": 1260201175
        },
        {
            "start": 1260201177,
            "stop": 1260201181
        }
    ]
}