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=5343
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=5344",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5342",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5343,
    "results": [
        {
            "start": 1136603409,
            "stop": 1136603437
        },
        {
            "start": 1136603439,
            "stop": 1136603466
        },
        {
            "start": 1136603468,
            "stop": 1136603475
        },
        {
            "start": 1136603477,
            "stop": 1136603515
        },
        {
            "start": 1136603517,
            "stop": 1136603522
        },
        {
            "start": 1136603524,
            "stop": 1136603536
        },
        {
            "start": 1136603539,
            "stop": 1136603576
        },
        {
            "start": 1136603578,
            "stop": 1136603594
        },
        {
            "start": 1136603596,
            "stop": 1136603613
        },
        {
            "start": 1136603615,
            "stop": 1136603632
        },
        {
            "start": 1136603634,
            "stop": 1136603649
        },
        {
            "start": 1136603651,
            "stop": 1136603657
        },
        {
            "start": 1136603659,
            "stop": 1136603660
        },
        {
            "start": 1136603662,
            "stop": 1136603664
        },
        {
            "start": 1136603666,
            "stop": 1136603708
        },
        {
            "start": 1136603710,
            "stop": 1136603732
        },
        {
            "start": 1136603734,
            "stop": 1136603758
        },
        {
            "start": 1136603760,
            "stop": 1136603762
        },
        {
            "start": 1136603764,
            "stop": 1136603771
        },
        {
            "start": 1136603773,
            "stop": 1136603788
        }
    ]
}