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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46719",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46717",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46718,
    "results": [
        {
            "start": 875060756,
            "stop": 875060763
        },
        {
            "start": 875060764,
            "stop": 875060776
        },
        {
            "start": 875060777,
            "stop": 875060785
        },
        {
            "start": 875060786,
            "stop": 875060814
        },
        {
            "start": 875060815,
            "stop": 875060837
        },
        {
            "start": 875060838,
            "stop": 875060844
        },
        {
            "start": 875060845,
            "stop": 875060916
        },
        {
            "start": 875060917,
            "stop": 875060925
        },
        {
            "start": 875060927,
            "stop": 875060943
        },
        {
            "start": 875060945,
            "stop": 875060946
        },
        {
            "start": 875060948,
            "stop": 875060967
        },
        {
            "start": 875060968,
            "stop": 875060994
        },
        {
            "start": 875060995,
            "stop": 875061012
        },
        {
            "start": 875061013,
            "stop": 875061024
        },
        {
            "start": 875061025,
            "stop": 875061052
        },
        {
            "start": 875061054,
            "stop": 875061066
        },
        {
            "start": 875061067,
            "stop": 875061086
        },
        {
            "start": 875061087,
            "stop": 875061132
        },
        {
            "start": 875061133,
            "stop": 875061138
        },
        {
            "start": 875061140,
            "stop": 875061144
        }
    ]
}