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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=279",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 280,
    "results": [
        {
            "start": 847609783,
            "stop": 847609784
        },
        {
            "start": 847609785,
            "stop": 847609792
        },
        {
            "start": 847609793,
            "stop": 847609870
        },
        {
            "start": 847609871,
            "stop": 847609948
        },
        {
            "start": 847609950,
            "stop": 847609953
        },
        {
            "start": 847609956,
            "stop": 847609995
        },
        {
            "start": 847609996,
            "stop": 847609997
        },
        {
            "start": 847609998,
            "stop": 847610008
        },
        {
            "start": 847610009,
            "stop": 847610048
        },
        {
            "start": 847610049,
            "stop": 847610257
        },
        {
            "start": 847610259,
            "stop": 847610303
        },
        {
            "start": 847610304,
            "stop": 847610483
        },
        {
            "start": 847610485,
            "stop": 847610504
        },
        {
            "start": 847610505,
            "stop": 847610519
        },
        {
            "start": 847610520,
            "stop": 847610541
        },
        {
            "start": 847610542,
            "stop": 847610558
        },
        {
            "start": 847610560,
            "stop": 847610561
        },
        {
            "start": 847610562,
            "stop": 847610669
        },
        {
            "start": 847610670,
            "stop": 847610672
        },
        {
            "start": 847610673,
            "stop": 847610674
        }
    ]
}