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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=499",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=497",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 498,
    "results": [
        {
            "start": 1262378673,
            "stop": 1262378682
        },
        {
            "start": 1262378685,
            "stop": 1262378686
        },
        {
            "start": 1262378689,
            "stop": 1262378697
        },
        {
            "start": 1262378700,
            "stop": 1262378706
        },
        {
            "start": 1262378709,
            "stop": 1262378768
        },
        {
            "start": 1262378771,
            "stop": 1262378870
        },
        {
            "start": 1262378873,
            "stop": 1262378986
        },
        {
            "start": 1262378994,
            "stop": 1262379276
        },
        {
            "start": 1262379279,
            "stop": 1262379408
        },
        {
            "start": 1262379411,
            "stop": 1262379515
        },
        {
            "start": 1262379518,
            "stop": 1262379523
        },
        {
            "start": 1262379526,
            "stop": 1262379581
        },
        {
            "start": 1262379584,
            "stop": 1262379597
        },
        {
            "start": 1262379600,
            "stop": 1262379889
        },
        {
            "start": 1262379892,
            "stop": 1262379901
        },
        {
            "start": 1262379905,
            "stop": 1262380061
        },
        {
            "start": 1262380064,
            "stop": 1262380093
        },
        {
            "start": 1262380096,
            "stop": 1262380102
        },
        {
            "start": 1262380105,
            "stop": 1262380166
        },
        {
            "start": 1262380169,
            "stop": 1262380181
        }
    ]
}