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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=136",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 137,
    "results": [
        {
            "start": 834995606,
            "stop": 835005453
        },
        {
            "start": 835006001,
            "stop": 835009022
        },
        {
            "start": 835011074,
            "stop": 835020089
        },
        {
            "start": 835021487,
            "stop": 835039348
        },
        {
            "start": 835041686,
            "stop": 835042190
        },
        {
            "start": 835042619,
            "stop": 835047328
        },
        {
            "start": 835047910,
            "stop": 835099632
        },
        {
            "start": 835100575,
            "stop": 835100792
        },
        {
            "start": 835101713,
            "stop": 835101829
        },
        {
            "start": 835102409,
            "stop": 835102757
        },
        {
            "start": 835103348,
            "stop": 835149269
        },
        {
            "start": 835149866,
            "stop": 835211971
        },
        {
            "start": 835214244,
            "stop": 835247098
        },
        {
            "start": 835248192,
            "stop": 835250211
        },
        {
            "start": 835250611,
            "stop": 835253750
        },
        {
            "start": 835254235,
            "stop": 835260598
        },
        {
            "start": 835261356,
            "stop": 835264274
        },
        {
            "start": 835264704,
            "stop": 835265741
        },
        {
            "start": 835266268,
            "stop": 835275688
        },
        {
            "start": 835276088,
            "stop": 835306588
        }
    ]
}