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=5621
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=5622",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5620",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5621,
    "results": [
        {
            "start": 874462082,
            "stop": 874462246
        },
        {
            "start": 874462249,
            "stop": 874462290
        },
        {
            "start": 874462293,
            "stop": 874462519
        },
        {
            "start": 874462522,
            "stop": 874462811
        },
        {
            "start": 874462814,
            "stop": 874462826
        },
        {
            "start": 874462829,
            "stop": 874462861
        },
        {
            "start": 874462864,
            "stop": 874462909
        },
        {
            "start": 874462912,
            "stop": 874462945
        },
        {
            "start": 874462950,
            "stop": 874463052
        },
        {
            "start": 874463055,
            "stop": 874463236
        },
        {
            "start": 874463239,
            "stop": 874463272
        },
        {
            "start": 874463275,
            "stop": 874463304
        },
        {
            "start": 874463307,
            "stop": 874463329
        },
        {
            "start": 874463332,
            "stop": 874463476
        },
        {
            "start": 874463480,
            "stop": 874463534
        },
        {
            "start": 874463537,
            "stop": 874463600
        },
        {
            "start": 874463603,
            "stop": 874463650
        },
        {
            "start": 874463653,
            "stop": 874463870
        },
        {
            "start": 874463873,
            "stop": 874463963
        },
        {
            "start": 874463966,
            "stop": 874464103
        }
    ]
}