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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=128",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 129,
    "results": [
        {
            "start": 821501304,
            "stop": 821501307
        },
        {
            "start": 821501310,
            "stop": 821501329
        },
        {
            "start": 821501335,
            "stop": 821501346
        },
        {
            "start": 821501349,
            "stop": 821501410
        },
        {
            "start": 821501416,
            "stop": 821501418
        },
        {
            "start": 821501421,
            "stop": 821501449
        },
        {
            "start": 821501452,
            "stop": 821501463
        },
        {
            "start": 821501466,
            "stop": 821501467
        },
        {
            "start": 821501470,
            "stop": 821501476
        },
        {
            "start": 821501479,
            "stop": 821501495
        },
        {
            "start": 821501498,
            "stop": 821501544
        },
        {
            "start": 821501547,
            "stop": 821501560
        },
        {
            "start": 821501563,
            "stop": 821501607
        },
        {
            "start": 821501610,
            "stop": 821501614
        },
        {
            "start": 821501617,
            "stop": 821501618
        },
        {
            "start": 821501621,
            "stop": 821501667
        },
        {
            "start": 821501670,
            "stop": 821501686
        },
        {
            "start": 821501689,
            "stop": 821501825
        },
        {
            "start": 821501828,
            "stop": 821501830
        },
        {
            "start": 821501833,
            "stop": 821501853
        }
    ]
}