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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5239",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5237",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5238,
    "results": [
        {
            "start": 1136380093,
            "stop": 1136380172
        },
        {
            "start": 1136380174,
            "stop": 1136380247
        },
        {
            "start": 1136380249,
            "stop": 1136380283
        },
        {
            "start": 1136380285,
            "stop": 1136380287
        },
        {
            "start": 1136380289,
            "stop": 1136380299
        },
        {
            "start": 1136380301,
            "stop": 1136380387
        },
        {
            "start": 1136380389,
            "stop": 1136380412
        },
        {
            "start": 1136380414,
            "stop": 1136380472
        },
        {
            "start": 1136380474,
            "stop": 1136380602
        },
        {
            "start": 1136380604,
            "stop": 1136380614
        },
        {
            "start": 1136380616,
            "stop": 1136380647
        },
        {
            "start": 1136380649,
            "stop": 1136380696
        },
        {
            "start": 1136380698,
            "stop": 1136380725
        },
        {
            "start": 1136380727,
            "stop": 1136380740
        },
        {
            "start": 1136380742,
            "stop": 1136380816
        },
        {
            "start": 1136380818,
            "stop": 1136380828
        },
        {
            "start": 1136380830,
            "stop": 1136380836
        },
        {
            "start": 1136380838,
            "stop": 1136380948
        },
        {
            "start": 1136380950,
            "stop": 1136380963
        },
        {
            "start": 1136380965,
            "stop": 1136380970
        }
    ]
}