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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8746",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8744",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8745,
    "results": [
        {
            "start": 873004389,
            "stop": 873006944
        },
        {
            "start": 873006961,
            "stop": 873007269
        },
        {
            "start": 873007286,
            "stop": 873007432
        },
        {
            "start": 873007449,
            "stop": 873008100
        },
        {
            "start": 873008160,
            "stop": 873008190
        },
        {
            "start": 873008207,
            "stop": 873008529
        },
        {
            "start": 873008570,
            "stop": 873008630
        },
        {
            "start": 873008710,
            "stop": 873008713
        },
        {
            "start": 873008730,
            "stop": 873008766
        },
        {
            "start": 873008783,
            "stop": 873008871
        },
        {
            "start": 873008893,
            "stop": 873008983
        },
        {
            "start": 873009000,
            "stop": 873009424
        },
        {
            "start": 873009544,
            "stop": 873011809
        },
        {
            "start": 873011826,
            "stop": 873011903
        },
        {
            "start": 873011920,
            "stop": 873012189
        },
        {
            "start": 873012233,
            "stop": 873012260
        },
        {
            "start": 873041755,
            "stop": 873042724
        },
        {
            "start": 873042961,
            "stop": 873043029
        },
        {
            "start": 873043046,
            "stop": 873043131
        },
        {
            "start": 873043148,
            "stop": 873043316
        }
    ]
}