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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=449",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=447",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 448,
    "results": [
        {
            "start": 933481667,
            "stop": 933481708
        },
        {
            "start": 933481711,
            "stop": 933481835
        },
        {
            "start": 933481838,
            "stop": 933481973
        },
        {
            "start": 933481976,
            "stop": 933482197
        },
        {
            "start": 933482200,
            "stop": 933482223
        },
        {
            "start": 933482226,
            "stop": 933482410
        },
        {
            "start": 933482413,
            "stop": 933482418
        },
        {
            "start": 933482421,
            "stop": 933482489
        },
        {
            "start": 933482492,
            "stop": 933482497
        },
        {
            "start": 933482500,
            "stop": 933482506
        },
        {
            "start": 933482510,
            "stop": 933482530
        },
        {
            "start": 933482533,
            "stop": 933482580
        },
        {
            "start": 933482583,
            "stop": 933482609
        },
        {
            "start": 933482612,
            "stop": 933482638
        },
        {
            "start": 933482642,
            "stop": 933482693
        },
        {
            "start": 933482696,
            "stop": 933482708
        },
        {
            "start": 933482711,
            "stop": 933482729
        },
        {
            "start": 933482732,
            "stop": 933482765
        },
        {
            "start": 933482768,
            "stop": 933482818
        },
        {
            "start": 933482822,
            "stop": 933482958
        }
    ]
}