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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41020",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41018",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41019,
    "results": [
        {
            "start": 875178327,
            "stop": 875178334
        },
        {
            "start": 875178335,
            "stop": 875178352
        },
        {
            "start": 875178353,
            "stop": 875178412
        },
        {
            "start": 875178413,
            "stop": 875178429
        },
        {
            "start": 875178431,
            "stop": 875178447
        },
        {
            "start": 875178448,
            "stop": 875178457
        },
        {
            "start": 875178458,
            "stop": 875178480
        },
        {
            "start": 875178481,
            "stop": 875178518
        },
        {
            "start": 875178519,
            "stop": 875178525
        },
        {
            "start": 875178526,
            "stop": 875178602
        },
        {
            "start": 875178603,
            "stop": 875178646
        },
        {
            "start": 875178647,
            "stop": 875178715
        },
        {
            "start": 875178716,
            "stop": 875178731
        },
        {
            "start": 875178732,
            "stop": 875178743
        },
        {
            "start": 875178744,
            "stop": 875178772
        },
        {
            "start": 875178773,
            "stop": 875178805
        },
        {
            "start": 875178806,
            "stop": 875178909
        },
        {
            "start": 875178910,
            "stop": 875178918
        },
        {
            "start": 875178919,
            "stop": 875179056
        },
        {
            "start": 875179057,
            "stop": 875179078
        }
    ]
}