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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40700",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40698",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40699,
    "results": [
        {
            "start": 874939377,
            "stop": 874939428
        },
        {
            "start": 874939429,
            "stop": 874939448
        },
        {
            "start": 874939449,
            "stop": 874939480
        },
        {
            "start": 874939481,
            "stop": 874939489
        },
        {
            "start": 874939490,
            "stop": 874939529
        },
        {
            "start": 874939531,
            "stop": 874939571
        },
        {
            "start": 874939573,
            "stop": 874939614
        },
        {
            "start": 874939615,
            "stop": 874939655
        },
        {
            "start": 874939656,
            "stop": 874939657
        },
        {
            "start": 874939658,
            "stop": 874939659
        },
        {
            "start": 874939661,
            "stop": 874939663
        },
        {
            "start": 874939845,
            "stop": 874939868
        },
        {
            "start": 874939869,
            "stop": 874939955
        },
        {
            "start": 874939956,
            "stop": 874940004
        },
        {
            "start": 874940005,
            "stop": 874940016
        },
        {
            "start": 874940017,
            "stop": 874940053
        },
        {
            "start": 874940055,
            "stop": 874940057
        },
        {
            "start": 874940058,
            "stop": 874940062
        },
        {
            "start": 874940064,
            "stop": 874940082
        },
        {
            "start": 874940084,
            "stop": 874940410
        }
    ]
}