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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2948",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2946",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2947,
    "results": [
        {
            "start": 859668900,
            "stop": 859669140
        },
        {
            "start": 859669200,
            "stop": 859669320
        },
        {
            "start": 859669380,
            "stop": 859669620
        },
        {
            "start": 859669680,
            "stop": 859669920
        },
        {
            "start": 859671480,
            "stop": 859671540
        },
        {
            "start": 859671600,
            "stop": 859671660
        },
        {
            "start": 859671720,
            "stop": 859671840
        },
        {
            "start": 859671900,
            "stop": 859672260
        },
        {
            "start": 859672320,
            "stop": 859672380
        },
        {
            "start": 859672560,
            "stop": 859677475
        },
        {
            "start": 859677480,
            "stop": 859685160
        },
        {
            "start": 859685640,
            "stop": 859687942
        },
        {
            "start": 859687945,
            "stop": 859704276
        },
        {
            "start": 859704690,
            "stop": 859704720
        },
        {
            "start": 859705126,
            "stop": 859705200
        },
        {
            "start": 859705440,
            "stop": 859705620
        },
        {
            "start": 859705740,
            "stop": 859705800
        },
        {
            "start": 859706220,
            "stop": 859706340
        },
        {
            "start": 859708740,
            "stop": 859708800
        },
        {
            "start": 859708860,
            "stop": 859708920
        }
    ]
}