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=310
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=311",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=309",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 310,
    "results": [
        {
            "start": 931736476,
            "stop": 931736480
        },
        {
            "start": 931736488,
            "stop": 931736494
        },
        {
            "start": 931736495,
            "stop": 931736504
        },
        {
            "start": 931736506,
            "stop": 931736511
        },
        {
            "start": 931736513,
            "stop": 931736525
        },
        {
            "start": 931736527,
            "stop": 931736544
        },
        {
            "start": 931736546,
            "stop": 931736689
        },
        {
            "start": 931736691,
            "stop": 931736730
        },
        {
            "start": 931736733,
            "stop": 931736852
        },
        {
            "start": 931736853,
            "stop": 931736857
        },
        {
            "start": 931736859,
            "stop": 931736906
        },
        {
            "start": 931736908,
            "stop": 931736931
        },
        {
            "start": 931736933,
            "stop": 931736934
        },
        {
            "start": 931736936,
            "stop": 931736937
        },
        {
            "start": 931736938,
            "stop": 931736945
        },
        {
            "start": 931736947,
            "stop": 931736959
        },
        {
            "start": 931736961,
            "stop": 931736989
        },
        {
            "start": 931736993,
            "stop": 931737003
        },
        {
            "start": 931737006,
            "stop": 931737016
        },
        {
            "start": 931737018,
            "stop": 931737024
        }
    ]
}