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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16702",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16700",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16701,
    "results": [
        {
            "start": 874950640,
            "stop": 874951106
        },
        {
            "start": 874951107,
            "stop": 874951638
        },
        {
            "start": 874951639,
            "stop": 874951708
        },
        {
            "start": 874951709,
            "stop": 874951999
        },
        {
            "start": 874953375,
            "stop": 874953400
        },
        {
            "start": 874953401,
            "stop": 874953462
        },
        {
            "start": 874953463,
            "stop": 874953572
        },
        {
            "start": 874953573,
            "stop": 874953942
        },
        {
            "start": 874953944,
            "stop": 874954595
        },
        {
            "start": 874954598,
            "stop": 874954671
        },
        {
            "start": 874954673,
            "stop": 874954736
        },
        {
            "start": 874954737,
            "stop": 874955294
        },
        {
            "start": 874955296,
            "stop": 874955299
        },
        {
            "start": 874955300,
            "stop": 874955400
        },
        {
            "start": 874955520,
            "stop": 874955531
        },
        {
            "start": 874955533,
            "stop": 874955838
        },
        {
            "start": 874959210,
            "stop": 874959239
        },
        {
            "start": 874959241,
            "stop": 874959262
        },
        {
            "start": 874959265,
            "stop": 874959267
        },
        {
            "start": 874959268,
            "stop": 874959301
        }
    ]
}