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=216
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=217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=215",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 216,
    "results": [
        {
            "start": 841099496,
            "stop": 841100909
        },
        {
            "start": 841101009,
            "stop": 841105030
        },
        {
            "start": 841105117,
            "stop": 841141667
        },
        {
            "start": 841143114,
            "stop": 841143767
        },
        {
            "start": 841145650,
            "stop": 841147549
        },
        {
            "start": 841149597,
            "stop": 841153753
        },
        {
            "start": 841154965,
            "stop": 841160053
        },
        {
            "start": 841160997,
            "stop": 841163345
        },
        {
            "start": 841164291,
            "stop": 841168693
        },
        {
            "start": 841168704,
            "stop": 841168705
        },
        {
            "start": 841168788,
            "stop": 841169224
        },
        {
            "start": 841169226,
            "stop": 841171553
        },
        {
            "start": 841177853,
            "stop": 841178610
        },
        {
            "start": 841179002,
            "stop": 841179013
        },
        {
            "start": 841181708,
            "stop": 841183883
        },
        {
            "start": 841183884,
            "stop": 841186046
        },
        {
            "start": 841187269,
            "stop": 841207533
        },
        {
            "start": 841207535,
            "stop": 841234369
        },
        {
            "start": 841234853,
            "stop": 841236445
        },
        {
            "start": 841237642,
            "stop": 841242301
        }
    ]
}