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=425
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=426",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=424",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 425,
    "results": [
        {
            "start": 847801968,
            "stop": 847801983
        },
        {
            "start": 847801985,
            "stop": 847801986
        },
        {
            "start": 847801987,
            "stop": 847802069
        },
        {
            "start": 847802070,
            "stop": 847802141
        },
        {
            "start": 847802142,
            "stop": 847802144
        },
        {
            "start": 847802145,
            "stop": 847802189
        },
        {
            "start": 847802190,
            "stop": 847802239
        },
        {
            "start": 847802241,
            "stop": 847802286
        },
        {
            "start": 847802287,
            "stop": 847802314
        },
        {
            "start": 847802315,
            "stop": 847802327
        },
        {
            "start": 847802328,
            "stop": 847802350
        },
        {
            "start": 847802351,
            "stop": 847802369
        },
        {
            "start": 847802371,
            "stop": 847802444
        },
        {
            "start": 847802445,
            "stop": 847802488
        },
        {
            "start": 847802489,
            "stop": 847802497
        },
        {
            "start": 847802498,
            "stop": 847802522
        },
        {
            "start": 847803033,
            "stop": 847803040
        },
        {
            "start": 847803041,
            "stop": 847803103
        },
        {
            "start": 847803105,
            "stop": 847803136
        },
        {
            "start": 847803137,
            "stop": 847803159
        }
    ]
}