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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=317",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 318,
    "results": [
        {
            "start": 935456819,
            "stop": 935456968
        },
        {
            "start": 935457088,
            "stop": 935457385
        },
        {
            "start": 935457387,
            "stop": 935457399
        },
        {
            "start": 935457402,
            "stop": 935457415
        },
        {
            "start": 935457417,
            "stop": 935457429
        },
        {
            "start": 935457432,
            "stop": 935457444
        },
        {
            "start": 935457447,
            "stop": 935457688
        },
        {
            "start": 935457748,
            "stop": 935457928
        },
        {
            "start": 935457988,
            "stop": 935458048
        },
        {
            "start": 935458288,
            "stop": 935458348
        },
        {
            "start": 935458528,
            "stop": 935458648
        },
        {
            "start": 935458708,
            "stop": 935458768
        },
        {
            "start": 935458828,
            "stop": 935459188
        },
        {
            "start": 935459248,
            "stop": 935459428
        },
        {
            "start": 935459488,
            "stop": 935459728
        },
        {
            "start": 935459788,
            "stop": 935459848
        },
        {
            "start": 935459908,
            "stop": 935459968
        },
        {
            "start": 935460208,
            "stop": 935460215
        },
        {
            "start": 935465668,
            "stop": 935465848
        },
        {
            "start": 935466268,
            "stop": 935466718
        }
    ]
}