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=4219
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=4220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4218",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4219,
    "results": [
        {
            "start": 874469224,
            "stop": 874469493
        },
        {
            "start": 874469512,
            "stop": 874469618
        },
        {
            "start": 874469638,
            "stop": 874469953
        },
        {
            "start": 874469972,
            "stop": 874470081
        },
        {
            "start": 874470100,
            "stop": 874470218
        },
        {
            "start": 874470237,
            "stop": 874470240
        },
        {
            "start": 874470259,
            "stop": 874470306
        },
        {
            "start": 874470328,
            "stop": 874470338
        },
        {
            "start": 874470364,
            "stop": 874470423
        },
        {
            "start": 874470443,
            "stop": 874470670
        },
        {
            "start": 874470689,
            "stop": 874470759
        },
        {
            "start": 874470780,
            "stop": 874470987
        },
        {
            "start": 874471006,
            "stop": 874471023
        },
        {
            "start": 874471042,
            "stop": 874471282
        },
        {
            "start": 874471301,
            "stop": 874471700
        },
        {
            "start": 874471719,
            "stop": 874471927
        },
        {
            "start": 874471946,
            "stop": 874471983
        },
        {
            "start": 874472002,
            "stop": 874472492
        },
        {
            "start": 874472529,
            "stop": 874472532
        },
        {
            "start": 874472551,
            "stop": 874472560
        }
    ]
}