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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=184",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 185,
    "results": [
        {
            "start": 818206688,
            "stop": 818206689
        },
        {
            "start": 818206693,
            "stop": 818206694
        },
        {
            "start": 818206697,
            "stop": 818206701
        },
        {
            "start": 818206720,
            "stop": 818206721
        },
        {
            "start": 818206751,
            "stop": 818206753
        },
        {
            "start": 818206760,
            "stop": 818206764
        },
        {
            "start": 818206775,
            "stop": 818206777
        },
        {
            "start": 818206780,
            "stop": 818206782
        },
        {
            "start": 818206789,
            "stop": 818206792
        },
        {
            "start": 818206805,
            "stop": 818206807
        },
        {
            "start": 818206831,
            "stop": 818206832
        },
        {
            "start": 818206862,
            "stop": 818206864
        },
        {
            "start": 818206872,
            "stop": 818206877
        },
        {
            "start": 818206885,
            "stop": 818206886
        },
        {
            "start": 818206890,
            "stop": 818206893
        },
        {
            "start": 818206898,
            "stop": 818206905
        },
        {
            "start": 818206909,
            "stop": 818206912
        },
        {
            "start": 818206915,
            "stop": 818206920
        },
        {
            "start": 818206928,
            "stop": 818206929
        },
        {
            "start": 818206936,
            "stop": 818206937
        }
    ]
}