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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4192",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4193,
    "results": [
        {
            "start": 874413303,
            "stop": 874413329
        },
        {
            "start": 874413348,
            "stop": 874413503
        },
        {
            "start": 874413527,
            "stop": 874413557
        },
        {
            "start": 874413581,
            "stop": 874413602
        },
        {
            "start": 874413630,
            "stop": 874413708
        },
        {
            "start": 874413727,
            "stop": 874413730
        },
        {
            "start": 874413749,
            "stop": 874413841
        },
        {
            "start": 874413860,
            "stop": 874413891
        },
        {
            "start": 874413910,
            "stop": 874414068
        },
        {
            "start": 874414095,
            "stop": 874414124
        },
        {
            "start": 874414305,
            "stop": 874414420
        },
        {
            "start": 874414439,
            "stop": 874414560
        },
        {
            "start": 874414580,
            "stop": 874414583
        },
        {
            "start": 874414602,
            "stop": 874414677
        },
        {
            "start": 874414696,
            "stop": 874414751
        },
        {
            "start": 874414770,
            "stop": 874414775
        },
        {
            "start": 874414794,
            "stop": 874414854
        },
        {
            "start": 874414873,
            "stop": 874414972
        },
        {
            "start": 874415040,
            "stop": 874415054
        },
        {
            "start": 874415073,
            "stop": 874415100
        }
    ]
}