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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=220",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 221,
    "results": [
        {
            "start": 835751648,
            "stop": 835751649
        },
        {
            "start": 835751650,
            "stop": 835751735
        },
        {
            "start": 835751736,
            "stop": 835751764
        },
        {
            "start": 835751767,
            "stop": 835766110
        },
        {
            "start": 835766112,
            "stop": 835772839
        },
        {
            "start": 835774385,
            "stop": 835783681
        },
        {
            "start": 835783683,
            "stop": 835804570
        },
        {
            "start": 835804741,
            "stop": 835805969
        },
        {
            "start": 835806198,
            "stop": 835816603
        },
        {
            "start": 835816604,
            "stop": 835818603
        },
        {
            "start": 835822676,
            "stop": 835822955
        },
        {
            "start": 835822958,
            "stop": 835822994
        },
        {
            "start": 835823974,
            "stop": 835831941
        },
        {
            "start": 835831943,
            "stop": 835841369
        },
        {
            "start": 835841467,
            "stop": 835849798
        },
        {
            "start": 835853656,
            "stop": 835858189
        },
        {
            "start": 835858417,
            "stop": 835861650
        },
        {
            "start": 835863428,
            "stop": 835880062
        },
        {
            "start": 835880843,
            "stop": 835883208
        },
        {
            "start": 835883209,
            "stop": 835888224
        }
    ]
}