Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6253
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6252",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6253,
    "results": [
        {
            "start": 874945021,
            "stop": 874945200
        },
        {
            "start": 874945380,
            "stop": 874945689
        },
        {
            "start": 874945691,
            "stop": 874945745
        },
        {
            "start": 874945746,
            "stop": 874945960
        },
        {
            "start": 874945961,
            "stop": 874946057
        },
        {
            "start": 874946058,
            "stop": 874947039
        },
        {
            "start": 874950141,
            "stop": 874950306
        },
        {
            "start": 874950307,
            "stop": 874951638
        },
        {
            "start": 874951639,
            "stop": 874952040
        },
        {
            "start": 874953375,
            "stop": 874953400
        },
        {
            "start": 874953401,
            "stop": 874955400
        },
        {
            "start": 874955520,
            "stop": 874955928
        },
        {
            "start": 874957929,
            "stop": 874957930
        },
        {
            "start": 874957933,
            "stop": 874957934
        },
        {
            "start": 874957938,
            "stop": 874957939
        },
        {
            "start": 874957965,
            "stop": 874957969
        },
        {
            "start": 874957974,
            "stop": 874957975
        },
        {
            "start": 874957976,
            "stop": 874957978
        },
        {
            "start": 874957980,
            "stop": 874957982
        },
        {
            "start": 874957985,
            "stop": 874957987
        }
    ]
}