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=16702
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=16703",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16701",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16702,
    "results": [
        {
            "start": 874959303,
            "stop": 874959304
        },
        {
            "start": 874959305,
            "stop": 874959321
        },
        {
            "start": 874959323,
            "stop": 874959329
        },
        {
            "start": 874959330,
            "stop": 874959346
        },
        {
            "start": 874959348,
            "stop": 874959361
        },
        {
            "start": 874959362,
            "stop": 874959368
        },
        {
            "start": 874959369,
            "stop": 874959374
        },
        {
            "start": 874959378,
            "stop": 874959772
        },
        {
            "start": 874959773,
            "stop": 874959795
        },
        {
            "start": 874959798,
            "stop": 874959840
        },
        {
            "start": 874959960,
            "stop": 874959981
        },
        {
            "start": 874959987,
            "stop": 874959990
        },
        {
            "start": 874959997,
            "stop": 874959998
        },
        {
            "start": 874959999,
            "stop": 874960014
        },
        {
            "start": 874969942,
            "stop": 874970076
        },
        {
            "start": 874970077,
            "stop": 874970145
        },
        {
            "start": 874970146,
            "stop": 874970495
        },
        {
            "start": 874970496,
            "stop": 874970549
        },
        {
            "start": 874970551,
            "stop": 874970610
        },
        {
            "start": 874970611,
            "stop": 874970649
        }
    ]
}