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=218
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=219",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=217",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 218,
    "results": [
        {
            "start": 931533661,
            "stop": 931533736
        },
        {
            "start": 931533737,
            "stop": 931533747
        },
        {
            "start": 931533749,
            "stop": 931533762
        },
        {
            "start": 931533764,
            "stop": 931533766
        },
        {
            "start": 931533770,
            "stop": 931533772
        },
        {
            "start": 931533774,
            "stop": 931533776
        },
        {
            "start": 931533778,
            "stop": 931533810
        },
        {
            "start": 931533812,
            "stop": 931533830
        },
        {
            "start": 931533834,
            "stop": 931533835
        },
        {
            "start": 931533837,
            "stop": 931533845
        },
        {
            "start": 931533847,
            "stop": 931533850
        },
        {
            "start": 931533857,
            "stop": 931533880
        },
        {
            "start": 931533881,
            "stop": 931533892
        },
        {
            "start": 931533894,
            "stop": 931533900
        },
        {
            "start": 931533901,
            "stop": 931533937
        },
        {
            "start": 931533938,
            "stop": 931533952
        },
        {
            "start": 931533953,
            "stop": 931533977
        },
        {
            "start": 931533979,
            "stop": 931534060
        },
        {
            "start": 931534061,
            "stop": 931534126
        },
        {
            "start": 931534128,
            "stop": 931534135
        }
    ]
}