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=178
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=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=177",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 178,
    "results": [
        {
            "start": 820204071,
            "stop": 820204087
        },
        {
            "start": 820204095,
            "stop": 820204259
        },
        {
            "start": 820204267,
            "stop": 820204279
        },
        {
            "start": 820204286,
            "stop": 820204371
        },
        {
            "start": 820204379,
            "stop": 820204392
        },
        {
            "start": 820204419,
            "stop": 820204465
        },
        {
            "start": 820204472,
            "stop": 820204476
        },
        {
            "start": 820204483,
            "stop": 820204509
        },
        {
            "start": 820204516,
            "stop": 820204521
        },
        {
            "start": 820204541,
            "stop": 820204709
        },
        {
            "start": 820204716,
            "stop": 820204728
        },
        {
            "start": 820204740,
            "stop": 820204805
        },
        {
            "start": 820204817,
            "stop": 820205056
        },
        {
            "start": 820205068,
            "stop": 820205106
        },
        {
            "start": 820205127,
            "stop": 820205160
        },
        {
            "start": 820205168,
            "stop": 820205176
        },
        {
            "start": 820205183,
            "stop": 820205322
        },
        {
            "start": 820205336,
            "stop": 820205439
        },
        {
            "start": 820205453,
            "stop": 820205484
        },
        {
            "start": 820205492,
            "stop": 820205506
        }
    ]
}