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/S6/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/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=173",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 174,
    "results": [
        {
            "start": 932269258,
            "stop": 932269467
        },
        {
            "start": 932270492,
            "stop": 932284674
        },
        {
            "start": 932288665,
            "stop": 932289844
        },
        {
            "start": 932293443,
            "stop": 932298620
        },
        {
            "start": 932298622,
            "stop": 932298629
        },
        {
            "start": 932298632,
            "stop": 932298635
        },
        {
            "start": 932298637,
            "stop": 932298649
        },
        {
            "start": 932298652,
            "stop": 932298779
        },
        {
            "start": 932298782,
            "stop": 932298785
        },
        {
            "start": 932298787,
            "stop": 932307048
        },
        {
            "start": 932307057,
            "stop": 932307282
        },
        {
            "start": 932307295,
            "stop": 932308115
        },
        {
            "start": 932311471,
            "stop": 932312136
        },
        {
            "start": 932316434,
            "stop": 932317056
        },
        {
            "start": 932319084,
            "stop": 932319261
        },
        {
            "start": 932320369,
            "stop": 932320629
        },
        {
            "start": 932320637,
            "stop": 932320643
        },
        {
            "start": 932322188,
            "stop": 932322226
        },
        {
            "start": 932322232,
            "stop": 932322235
        },
        {
            "start": 932323723,
            "stop": 932324407
        }
    ]
}