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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=245",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 246,
    "results": [
        {
            "start": 1177825656,
            "stop": 1177825715
        },
        {
            "start": 1177825719,
            "stop": 1177825722
        },
        {
            "start": 1177825727,
            "stop": 1177825730
        },
        {
            "start": 1177825736,
            "stop": 1177825739
        },
        {
            "start": 1177825744,
            "stop": 1177825747
        },
        {
            "start": 1177825753,
            "stop": 1177825755
        },
        {
            "start": 1177825761,
            "stop": 1177825763
        },
        {
            "start": 1177825769,
            "stop": 1177825771
        },
        {
            "start": 1177825778,
            "stop": 1177825780
        },
        {
            "start": 1177825787,
            "stop": 1177825791
        },
        {
            "start": 1177825797,
            "stop": 1177825800
        },
        {
            "start": 1177825805,
            "stop": 1177825809
        },
        {
            "start": 1177825813,
            "stop": 1177825817
        },
        {
            "start": 1177825821,
            "stop": 1177825835
        },
        {
            "start": 1177825836,
            "stop": 1177825877
        },
        {
            "start": 1177825878,
            "stop": 1177825891
        },
        {
            "start": 1177825894,
            "stop": 1177825905
        },
        {
            "start": 1177825907,
            "stop": 1177825913
        },
        {
            "start": 1177825914,
            "stop": 1177826056
        },
        {
            "start": 1177826057,
            "stop": 1177826325
        }
    ]
}