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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=101",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 102,
    "results": [
        {
            "start": 819933735,
            "stop": 819933783
        },
        {
            "start": 819933786,
            "stop": 819938413
        },
        {
            "start": 819938768,
            "stop": 819941653
        },
        {
            "start": 819941790,
            "stop": 819942944
        },
        {
            "start": 819942947,
            "stop": 819944038
        },
        {
            "start": 819944042,
            "stop": 819944045
        },
        {
            "start": 819944048,
            "stop": 819944566
        },
        {
            "start": 819944569,
            "stop": 819946264
        },
        {
            "start": 819946268,
            "stop": 819946793
        },
        {
            "start": 819946796,
            "stop": 819948937
        },
        {
            "start": 819948940,
            "stop": 819949004
        },
        {
            "start": 819949007,
            "stop": 819949567
        },
        {
            "start": 819949570,
            "stop": 819951076
        },
        {
            "start": 819951079,
            "stop": 819951198
        },
        {
            "start": 819951201,
            "stop": 819951600
        },
        {
            "start": 819951720,
            "stop": 819951795
        },
        {
            "start": 819951798,
            "stop": 819952093
        },
        {
            "start": 819952096,
            "stop": 819952674
        },
        {
            "start": 819952678,
            "stop": 819953698
        },
        {
            "start": 819953701,
            "stop": 819953909
        }
    ]
}