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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=148",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 149,
    "results": [
        {
            "start": 830393404,
            "stop": 830393411
        },
        {
            "start": 830393414,
            "stop": 830393420
        },
        {
            "start": 830393424,
            "stop": 830393468
        },
        {
            "start": 830393477,
            "stop": 830393488
        },
        {
            "start": 830393492,
            "stop": 830393588
        },
        {
            "start": 830393661,
            "stop": 830393664
        },
        {
            "start": 830393668,
            "stop": 830393679
        },
        {
            "start": 830393683,
            "stop": 830393693
        },
        {
            "start": 830393697,
            "stop": 830393731
        },
        {
            "start": 830393735,
            "stop": 830393752
        },
        {
            "start": 830393821,
            "stop": 830393847
        },
        {
            "start": 830401681,
            "stop": 830409576
        },
        {
            "start": 830409580,
            "stop": 830411139
        },
        {
            "start": 830411143,
            "stop": 830415966
        },
        {
            "start": 830416052,
            "stop": 830416171
        },
        {
            "start": 830416175,
            "stop": 830416340
        },
        {
            "start": 830416344,
            "stop": 830416384
        },
        {
            "start": 830416387,
            "stop": 830416407
        },
        {
            "start": 830416411,
            "stop": 830416417
        },
        {
            "start": 830416430,
            "stop": 830416633
        }
    ]
}