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=241
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=242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=240",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 241,
    "results": [
        {
            "start": 844345306,
            "stop": 844347808
        },
        {
            "start": 844354769,
            "stop": 844356552
        },
        {
            "start": 844356852,
            "stop": 844356898
        },
        {
            "start": 844357008,
            "stop": 844361053
        },
        {
            "start": 844361058,
            "stop": 844361059
        },
        {
            "start": 844361115,
            "stop": 844361413
        },
        {
            "start": 844361414,
            "stop": 844361416
        },
        {
            "start": 844361473,
            "stop": 844362613
        },
        {
            "start": 844362633,
            "stop": 844362634
        },
        {
            "start": 844362687,
            "stop": 844370166
        },
        {
            "start": 844370794,
            "stop": 844371521
        },
        {
            "start": 844371631,
            "stop": 844371694
        },
        {
            "start": 844372245,
            "stop": 844374339
        },
        {
            "start": 844374639,
            "stop": 844378466
        },
        {
            "start": 844378538,
            "stop": 844379455
        },
        {
            "start": 844379533,
            "stop": 844423965
        },
        {
            "start": 844424075,
            "stop": 844424173
        },
        {
            "start": 844424375,
            "stop": 844426781
        },
        {
            "start": 844427081,
            "stop": 844430938
        },
        {
            "start": 844431048,
            "stop": 844431661
        }
    ]
}