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=174
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=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=173",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 174,
    "results": [
        {
            "start": 842979950,
            "stop": 842981162
        },
        {
            "start": 842981449,
            "stop": 842982181
        },
        {
            "start": 842982184,
            "stop": 842986544
        },
        {
            "start": 842986545,
            "stop": 842986561
        },
        {
            "start": 842986563,
            "stop": 842986564
        },
        {
            "start": 842986566,
            "stop": 842987109
        },
        {
            "start": 842987939,
            "stop": 842989005
        },
        {
            "start": 842989412,
            "stop": 842992566
        },
        {
            "start": 842992567,
            "stop": 842992590
        },
        {
            "start": 842992596,
            "stop": 842992626
        },
        {
            "start": 842992627,
            "stop": 842994542
        },
        {
            "start": 842995734,
            "stop": 842996083
        },
        {
            "start": 842997055,
            "stop": 842997995
        },
        {
            "start": 842999102,
            "stop": 843000999
        },
        {
            "start": 843001001,
            "stop": 843025626
        },
        {
            "start": 843027158,
            "stop": 843090440
        },
        {
            "start": 843090441,
            "stop": 843157011
        },
        {
            "start": 843157012,
            "stop": 843167741
        },
        {
            "start": 843168844,
            "stop": 843175000
        },
        {
            "start": 843175463,
            "stop": 843233645
        }
    ]
}