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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=343",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=341",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 342,
    "results": [
        {
            "start": 847716569,
            "stop": 847716613
        },
        {
            "start": 847716614,
            "stop": 847716615
        },
        {
            "start": 847716616,
            "stop": 847716657
        },
        {
            "start": 847716659,
            "stop": 847716743
        },
        {
            "start": 847716744,
            "stop": 847716776
        },
        {
            "start": 847716777,
            "stop": 847716796
        },
        {
            "start": 847716797,
            "stop": 847716860
        },
        {
            "start": 847716861,
            "stop": 847716864
        },
        {
            "start": 847716865,
            "stop": 847716882
        },
        {
            "start": 847716883,
            "stop": 847716902
        },
        {
            "start": 847716904,
            "stop": 847716925
        },
        {
            "start": 847716926,
            "stop": 847716946
        },
        {
            "start": 847716947,
            "stop": 847716949
        },
        {
            "start": 847716950,
            "stop": 847716966
        },
        {
            "start": 847716967,
            "stop": 847717009
        },
        {
            "start": 847717010,
            "stop": 847717031
        },
        {
            "start": 847717034,
            "stop": 847717049
        },
        {
            "start": 847717050,
            "stop": 847717052
        },
        {
            "start": 847717053,
            "stop": 847717131
        },
        {
            "start": 847717132,
            "stop": 847717140
        }
    ]
}