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=5636
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=5637",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5635",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5636,
    "results": [
        {
            "start": 874509762,
            "stop": 874509780
        },
        {
            "start": 874509783,
            "stop": 874509806
        },
        {
            "start": 874509809,
            "stop": 874509819
        },
        {
            "start": 874509823,
            "stop": 874509842
        },
        {
            "start": 874509846,
            "stop": 874509947
        },
        {
            "start": 874509950,
            "stop": 874509967
        },
        {
            "start": 874509970,
            "stop": 874509987
        },
        {
            "start": 874509991,
            "stop": 874510012
        },
        {
            "start": 874510017,
            "stop": 874510057
        },
        {
            "start": 874510060,
            "stop": 874510061
        },
        {
            "start": 874510065,
            "stop": 874510068
        },
        {
            "start": 874510072,
            "stop": 874510076
        },
        {
            "start": 874510083,
            "stop": 874510099
        },
        {
            "start": 874510103,
            "stop": 874510138
        },
        {
            "start": 874510141,
            "stop": 874510145
        },
        {
            "start": 874510148,
            "stop": 874510179
        },
        {
            "start": 874510182,
            "stop": 874510201
        },
        {
            "start": 874510204,
            "stop": 874510230
        },
        {
            "start": 874510233,
            "stop": 874510244
        },
        {
            "start": 874510249,
            "stop": 874510265
        }
    ]
}