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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=378",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=376",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 377,
    "results": [
        {
            "start": 821761408,
            "stop": 821761412
        },
        {
            "start": 821761415,
            "stop": 821761418
        },
        {
            "start": 821761421,
            "stop": 821761426
        },
        {
            "start": 821761429,
            "stop": 821761430
        },
        {
            "start": 821761433,
            "stop": 821761437
        },
        {
            "start": 821761440,
            "stop": 821761442
        },
        {
            "start": 821761447,
            "stop": 821761448
        },
        {
            "start": 821761451,
            "stop": 821761453
        },
        {
            "start": 821761456,
            "stop": 821761459
        },
        {
            "start": 821761465,
            "stop": 821761471
        },
        {
            "start": 821761474,
            "stop": 821761477
        },
        {
            "start": 821761483,
            "stop": 821761486
        },
        {
            "start": 821761489,
            "stop": 821761490
        },
        {
            "start": 821761504,
            "stop": 821761521
        },
        {
            "start": 821761528,
            "stop": 821761532
        },
        {
            "start": 821761535,
            "stop": 821761536
        },
        {
            "start": 821761543,
            "stop": 821761546
        },
        {
            "start": 821761549,
            "stop": 821761550
        },
        {
            "start": 821761553,
            "stop": 821761563
        },
        {
            "start": 821761572,
            "stop": 821761595
        }
    ]
}