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=16631
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=16632",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16630",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16631,
    "results": [
        {
            "start": 874812414,
            "stop": 874812599
        },
        {
            "start": 874812602,
            "stop": 874812631
        },
        {
            "start": 874812634,
            "stop": 874812666
        },
        {
            "start": 874812669,
            "stop": 874812678
        },
        {
            "start": 874812681,
            "stop": 874812693
        },
        {
            "start": 874812694,
            "stop": 874812777
        },
        {
            "start": 874812778,
            "stop": 874812962
        },
        {
            "start": 874812966,
            "stop": 874813013
        },
        {
            "start": 874813015,
            "stop": 874813095
        },
        {
            "start": 874813102,
            "stop": 874813108
        },
        {
            "start": 874813112,
            "stop": 874813222
        },
        {
            "start": 874813223,
            "stop": 874813276
        },
        {
            "start": 874813277,
            "stop": 874813310
        },
        {
            "start": 874813311,
            "stop": 874813349
        },
        {
            "start": 874813353,
            "stop": 874813382
        },
        {
            "start": 874813386,
            "stop": 874813398
        },
        {
            "start": 874813402,
            "stop": 874813409
        },
        {
            "start": 874813412,
            "stop": 874813423
        },
        {
            "start": 874813425,
            "stop": 874813438
        },
        {
            "start": 874813442,
            "stop": 874813444
        }
    ]
}