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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=205",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 206,
    "results": [
        {
            "start": 848097046,
            "stop": 848097632
        },
        {
            "start": 848097653,
            "stop": 848099735
        },
        {
            "start": 848100044,
            "stop": 848100085
        },
        {
            "start": 848100480,
            "stop": 848100600
        },
        {
            "start": 848101263,
            "stop": 848116260
        },
        {
            "start": 848116701,
            "stop": 848133951
        },
        {
            "start": 848134448,
            "stop": 848142037
        },
        {
            "start": 848142058,
            "stop": 848147462
        },
        {
            "start": 848147506,
            "stop": 848155734
        },
        {
            "start": 848157869,
            "stop": 848158319
        },
        {
            "start": 848158619,
            "stop": 848159077
        },
        {
            "start": 848159187,
            "stop": 848159607
        },
        {
            "start": 848160253,
            "stop": 848161273
        },
        {
            "start": 848194707,
            "stop": 848194847
        },
        {
            "start": 848194866,
            "stop": 848195841
        },
        {
            "start": 848195859,
            "stop": 848196295
        },
        {
            "start": 848196312,
            "stop": 848197477
        },
        {
            "start": 848197495,
            "stop": 848219790
        },
        {
            "start": 848219850,
            "stop": 848219910
        },
        {
            "start": 848219970,
            "stop": 848219980
        }
    ]
}