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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=390",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=388",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 389,
    "results": [
        {
            "start": 1260997726,
            "stop": 1260997806
        },
        {
            "start": 1260997808,
            "stop": 1260997810
        },
        {
            "start": 1260997813,
            "stop": 1260998146
        },
        {
            "start": 1260998149,
            "stop": 1260998573
        },
        {
            "start": 1260998575,
            "stop": 1260998604
        },
        {
            "start": 1260998607,
            "stop": 1260998613
        },
        {
            "start": 1260998616,
            "stop": 1260998671
        },
        {
            "start": 1260998674,
            "stop": 1260998716
        },
        {
            "start": 1260998719,
            "stop": 1260998745
        },
        {
            "start": 1260998748,
            "stop": 1260998753
        },
        {
            "start": 1260998756,
            "stop": 1260998769
        },
        {
            "start": 1260998771,
            "stop": 1260998790
        },
        {
            "start": 1260998792,
            "stop": 1260998832
        },
        {
            "start": 1260998839,
            "stop": 1260998905
        },
        {
            "start": 1260998908,
            "stop": 1260998971
        },
        {
            "start": 1260998974,
            "stop": 1260998994
        },
        {
            "start": 1260998997,
            "stop": 1260998999
        },
        {
            "start": 1260999003,
            "stop": 1260999067
        },
        {
            "start": 1260999069,
            "stop": 1260999100
        },
        {
            "start": 1260999104,
            "stop": 1260999105
        }
    ]
}