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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=141",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 142,
    "results": [
        {
            "start": 1417540598,
            "stop": 1417540603
        },
        {
            "start": 1417540609,
            "stop": 1417544166
        },
        {
            "start": 1417544171,
            "stop": 1417545274
        },
        {
            "start": 1417545279,
            "stop": 1417546009
        },
        {
            "start": 1417546012,
            "stop": 1417547158
        },
        {
            "start": 1417547163,
            "stop": 1417547170
        },
        {
            "start": 1417547175,
            "stop": 1417554426
        },
        {
            "start": 1417554893,
            "stop": 1417555194
        },
        {
            "start": 1417555306,
            "stop": 1417556795
        },
        {
            "start": 1417556800,
            "stop": 1417564011
        },
        {
            "start": 1417564015,
            "stop": 1417564051
        },
        {
            "start": 1417564055,
            "stop": 1417565834
        },
        {
            "start": 1417565838,
            "stop": 1417574948
        },
        {
            "start": 1417574953,
            "stop": 1417575621
        },
        {
            "start": 1417575626,
            "stop": 1417577489
        },
        {
            "start": 1417577494,
            "stop": 1417586960
        },
        {
            "start": 1417586965,
            "stop": 1417598763
        },
        {
            "start": 1417607275,
            "stop": 1417608952
        },
        {
            "start": 1417608957,
            "stop": 1417612079
        },
        {
            "start": 1417612286,
            "stop": 1417616590
        }
    ]
}