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=308
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=309",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=307",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 308,
    "results": [
        {
            "start": 1260298663,
            "stop": 1260298715
        },
        {
            "start": 1260298718,
            "stop": 1260298725
        },
        {
            "start": 1260298728,
            "stop": 1260298796
        },
        {
            "start": 1260298799,
            "stop": 1260298955
        },
        {
            "start": 1260298958,
            "stop": 1260298963
        },
        {
            "start": 1260298966,
            "stop": 1260298967
        },
        {
            "start": 1260298970,
            "stop": 1260298978
        },
        {
            "start": 1260298981,
            "stop": 1260298991
        },
        {
            "start": 1260298994,
            "stop": 1260299001
        },
        {
            "start": 1260299004,
            "stop": 1260299315
        },
        {
            "start": 1260299318,
            "stop": 1260299429
        },
        {
            "start": 1260299430,
            "stop": 1260299606
        },
        {
            "start": 1260299609,
            "stop": 1260299719
        },
        {
            "start": 1260299720,
            "stop": 1260299731
        },
        {
            "start": 1260299734,
            "stop": 1260299895
        },
        {
            "start": 1260299898,
            "stop": 1260299968
        },
        {
            "start": 1260299971,
            "stop": 1260300008
        },
        {
            "start": 1260300011,
            "stop": 1260300018
        },
        {
            "start": 1260300021,
            "stop": 1260300096
        },
        {
            "start": 1260300097,
            "stop": 1260300117
        }
    ]
}