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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=184",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 185,
    "results": [
        {
            "start": 844370794,
            "stop": 844371521
        },
        {
            "start": 844371631,
            "stop": 844371694
        },
        {
            "start": 844372245,
            "stop": 844374339
        },
        {
            "start": 844374639,
            "stop": 844378466
        },
        {
            "start": 844378538,
            "stop": 844379455
        },
        {
            "start": 844379520,
            "stop": 844423965
        },
        {
            "start": 844424075,
            "stop": 844424175
        },
        {
            "start": 844424375,
            "stop": 844426781
        },
        {
            "start": 844427081,
            "stop": 844430938
        },
        {
            "start": 844431048,
            "stop": 844431661
        },
        {
            "start": 844431961,
            "stop": 844435338
        },
        {
            "start": 844435692,
            "stop": 844440038
        },
        {
            "start": 844440148,
            "stop": 844440200
        },
        {
            "start": 844440500,
            "stop": 844446098
        },
        {
            "start": 844446208,
            "stop": 844447771
        },
        {
            "start": 844448205,
            "stop": 844448268
        },
        {
            "start": 844448889,
            "stop": 844450494
        },
        {
            "start": 844450794,
            "stop": 844457490
        },
        {
            "start": 844457600,
            "stop": 844459048
        },
        {
            "start": 844459479,
            "stop": 844459517
        }
    ]
}