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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=145",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 146,
    "results": [
        {
            "start": 954312679,
            "stop": 954312695
        },
        {
            "start": 954312697,
            "stop": 954312929
        },
        {
            "start": 954312932,
            "stop": 954312936
        },
        {
            "start": 954312939,
            "stop": 954312945
        },
        {
            "start": 954312953,
            "stop": 954312955
        },
        {
            "start": 954312960,
            "stop": 954312964
        },
        {
            "start": 954312967,
            "stop": 954313020
        },
        {
            "start": 954313028,
            "stop": 954313534
        },
        {
            "start": 954313537,
            "stop": 954313566
        },
        {
            "start": 954313569,
            "stop": 954313584
        },
        {
            "start": 954313587,
            "stop": 954313655
        },
        {
            "start": 954313660,
            "stop": 954313684
        },
        {
            "start": 954313690,
            "stop": 954313716
        },
        {
            "start": 954313722,
            "stop": 954313727
        },
        {
            "start": 954313731,
            "stop": 954313798
        },
        {
            "start": 954313804,
            "stop": 954313819
        },
        {
            "start": 954313830,
            "stop": 954313833
        },
        {
            "start": 954313841,
            "stop": 954313870
        },
        {
            "start": 954313872,
            "stop": 954313883
        },
        {
            "start": 954313888,
            "stop": 954313894
        }
    ]
}