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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=477",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=475",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 476,
    "results": [
        {
            "start": 826147197,
            "stop": 826150620
        },
        {
            "start": 826150623,
            "stop": 826150627
        },
        {
            "start": 826150633,
            "stop": 826150639
        },
        {
            "start": 826150644,
            "stop": 826150655
        },
        {
            "start": 826150658,
            "stop": 826152180
        },
        {
            "start": 826152300,
            "stop": 826152318
        },
        {
            "start": 826152337,
            "stop": 826152570
        },
        {
            "start": 826152631,
            "stop": 826152639
        },
        {
            "start": 826152642,
            "stop": 826152649
        },
        {
            "start": 826152652,
            "stop": 826152660
        },
        {
            "start": 826152720,
            "stop": 826165484
        },
        {
            "start": 826165503,
            "stop": 826168650
        },
        {
            "start": 826168669,
            "stop": 826168957
        },
        {
            "start": 826168974,
            "stop": 826169183
        },
        {
            "start": 826169293,
            "stop": 826171109
        },
        {
            "start": 826171409,
            "stop": 826172310
        },
        {
            "start": 826172370,
            "stop": 826172386
        },
        {
            "start": 826172496,
            "stop": 826172598
        },
        {
            "start": 826173089,
            "stop": 826174668
        },
        {
            "start": 826174687,
            "stop": 826176681
        }
    ]
}