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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5755",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5753",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5754,
    "results": [
        {
            "start": 874630366,
            "stop": 874630434
        },
        {
            "start": 874630437,
            "stop": 874630530
        },
        {
            "start": 874630533,
            "stop": 874630574
        },
        {
            "start": 874630577,
            "stop": 874630620
        },
        {
            "start": 874630623,
            "stop": 874630648
        },
        {
            "start": 874630651,
            "stop": 874630832
        },
        {
            "start": 874630835,
            "stop": 874630836
        },
        {
            "start": 874630840,
            "stop": 874630876
        },
        {
            "start": 874630879,
            "stop": 874630921
        },
        {
            "start": 874630924,
            "stop": 874630995
        },
        {
            "start": 874631001,
            "stop": 874631007
        },
        {
            "start": 874631011,
            "stop": 874631017
        },
        {
            "start": 874631020,
            "stop": 874631062
        },
        {
            "start": 874631065,
            "stop": 874631136
        },
        {
            "start": 874631140,
            "stop": 874631165
        },
        {
            "start": 874631168,
            "stop": 874631203
        },
        {
            "start": 874631206,
            "stop": 874631208
        },
        {
            "start": 874631211,
            "stop": 874631212
        },
        {
            "start": 874631215,
            "stop": 874631283
        },
        {
            "start": 874631286,
            "stop": 874631362
        }
    ]
}