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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=400",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=398",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 399,
    "results": [
        {
            "start": 859302798,
            "stop": 859303920
        },
        {
            "start": 859303935,
            "stop": 859303947
        },
        {
            "start": 859303955,
            "stop": 859303957
        },
        {
            "start": 859303963,
            "stop": 859303977
        },
        {
            "start": 859303983,
            "stop": 859307384
        },
        {
            "start": 859307387,
            "stop": 859311974
        },
        {
            "start": 859311977,
            "stop": 859312447
        },
        {
            "start": 859313116,
            "stop": 859313413
        },
        {
            "start": 859313713,
            "stop": 859313762
        },
        {
            "start": 859314123,
            "stop": 859314192
        },
        {
            "start": 859314198,
            "stop": 859317282
        },
        {
            "start": 859317418,
            "stop": 859317672
        },
        {
            "start": 859317678,
            "stop": 859319848
        },
        {
            "start": 859321245,
            "stop": 859348261
        },
        {
            "start": 859349519,
            "stop": 859399919
        },
        {
            "start": 859401092,
            "stop": 859419670
        },
        {
            "start": 859419675,
            "stop": 859422409
        },
        {
            "start": 859422411,
            "stop": 859422621
        },
        {
            "start": 859422623,
            "stop": 859423074
        },
        {
            "start": 859423180,
            "stop": 859431749
        }
    ]
}