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=517
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=518",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=516",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 517,
    "results": [
        {
            "start": 827075550,
            "stop": 827075749
        },
        {
            "start": 827075777,
            "stop": 827075783
        },
        {
            "start": 827075852,
            "stop": 827076704
        },
        {
            "start": 827076707,
            "stop": 827077180
        },
        {
            "start": 827077184,
            "stop": 827077757
        },
        {
            "start": 827077778,
            "stop": 827078338
        },
        {
            "start": 827078342,
            "stop": 827079138
        },
        {
            "start": 827079141,
            "stop": 827079274
        },
        {
            "start": 827079298,
            "stop": 827079300
        },
        {
            "start": 827079360,
            "stop": 827079626
        },
        {
            "start": 827079647,
            "stop": 827079787
        },
        {
            "start": 827079813,
            "stop": 827079827
        },
        {
            "start": 827079850,
            "stop": 827080127
        },
        {
            "start": 827080130,
            "stop": 827081690
        },
        {
            "start": 827081693,
            "stop": 827081868
        },
        {
            "start": 827081871,
            "stop": 827082707
        },
        {
            "start": 827086885,
            "stop": 827087840
        },
        {
            "start": 827087843,
            "stop": 827088060
        },
        {
            "start": 827088141,
            "stop": 827088220
        },
        {
            "start": 827088239,
            "stop": 827088241
        }
    ]
}