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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5677",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5675",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5676,
    "results": [
        {
            "start": 874554494,
            "stop": 874554497
        },
        {
            "start": 874554500,
            "stop": 874554591
        },
        {
            "start": 874554595,
            "stop": 874554599
        },
        {
            "start": 874554606,
            "stop": 874554635
        },
        {
            "start": 874554638,
            "stop": 874554644
        },
        {
            "start": 874554647,
            "stop": 874554720
        },
        {
            "start": 874554723,
            "stop": 874554802
        },
        {
            "start": 874554805,
            "stop": 874554833
        },
        {
            "start": 874554837,
            "stop": 874554907
        },
        {
            "start": 874554910,
            "stop": 874554933
        },
        {
            "start": 874554937,
            "stop": 874554946
        },
        {
            "start": 874554950,
            "stop": 874555136
        },
        {
            "start": 874555140,
            "stop": 874555218
        },
        {
            "start": 874555221,
            "stop": 874555252
        },
        {
            "start": 874555256,
            "stop": 874555279
        },
        {
            "start": 874555283,
            "stop": 874555284
        },
        {
            "start": 874555287,
            "stop": 874555310
        },
        {
            "start": 874555313,
            "stop": 874555367
        },
        {
            "start": 874555374,
            "stop": 874555429
        },
        {
            "start": 874555432,
            "stop": 874555530
        }
    ]
}