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=129
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=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=128",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 129,
    "results": [
        {
            "start": 830681314,
            "stop": 830688402
        },
        {
            "start": 830688404,
            "stop": 830695853
        },
        {
            "start": 830698359,
            "stop": 830702286
        },
        {
            "start": 830702622,
            "stop": 830705661
        },
        {
            "start": 830720487,
            "stop": 830721985
        },
        {
            "start": 830722285,
            "stop": 830722522
        },
        {
            "start": 830723074,
            "stop": 830723080
        },
        {
            "start": 830723083,
            "stop": 830723240
        },
        {
            "start": 830723243,
            "stop": 830723247
        },
        {
            "start": 830723250,
            "stop": 830723253
        },
        {
            "start": 830723256,
            "stop": 830727088
        },
        {
            "start": 830730421,
            "stop": 830730691
        },
        {
            "start": 830732834,
            "stop": 830734216
        },
        {
            "start": 830734234,
            "stop": 830770969
        },
        {
            "start": 830771079,
            "stop": 830771377
        },
        {
            "start": 830771677,
            "stop": 830777910
        },
        {
            "start": 830778020,
            "stop": 830778662
        },
        {
            "start": 830778962,
            "stop": 830800704
        },
        {
            "start": 830801863,
            "stop": 830811155
        },
        {
            "start": 830812670,
            "stop": 830815424
        }
    ]
}