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=3963
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=3964",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3962",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3963,
    "results": [
        {
            "start": 874518439,
            "stop": 874518440
        },
        {
            "start": 874518487,
            "stop": 874518488
        },
        {
            "start": 874518498,
            "stop": 874518499
        },
        {
            "start": 874518509,
            "stop": 874518510
        },
        {
            "start": 874518515,
            "stop": 874518518
        },
        {
            "start": 874518521,
            "stop": 874518525
        },
        {
            "start": 874518527,
            "stop": 874518528
        },
        {
            "start": 874518539,
            "stop": 874518541
        },
        {
            "start": 874518545,
            "stop": 874518546
        },
        {
            "start": 874518548,
            "stop": 874518550
        },
        {
            "start": 874518552,
            "stop": 874518554
        },
        {
            "start": 874518556,
            "stop": 874518557
        },
        {
            "start": 874518558,
            "stop": 874518559
        },
        {
            "start": 874518561,
            "stop": 874518566
        },
        {
            "start": 874518573,
            "stop": 874518575
        },
        {
            "start": 874518576,
            "stop": 874518577
        },
        {
            "start": 874518578,
            "stop": 874518580
        },
        {
            "start": 874518586,
            "stop": 874518589
        },
        {
            "start": 874518590,
            "stop": 874518595
        },
        {
            "start": 874518597,
            "stop": 874518600
        }
    ]
}