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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7927",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7925",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7926,
    "results": [
        {
            "start": 970002173,
            "stop": 970002198
        },
        {
            "start": 970002210,
            "stop": 970002224
        },
        {
            "start": 970002227,
            "stop": 970002260
        },
        {
            "start": 970002264,
            "stop": 970002277
        },
        {
            "start": 970002280,
            "stop": 970002285
        },
        {
            "start": 970002289,
            "stop": 970002290
        },
        {
            "start": 970002293,
            "stop": 970002297
        },
        {
            "start": 970002302,
            "stop": 970002315
        },
        {
            "start": 970002319,
            "stop": 970002325
        },
        {
            "start": 970002329,
            "stop": 970002337
        },
        {
            "start": 970002340,
            "stop": 970002344
        },
        {
            "start": 970002347,
            "stop": 970002594
        },
        {
            "start": 970002600,
            "stop": 970002687
        },
        {
            "start": 970002690,
            "stop": 970002773
        },
        {
            "start": 970002776,
            "stop": 970002778
        },
        {
            "start": 970002784,
            "stop": 970002787
        },
        {
            "start": 970002792,
            "stop": 970002795
        },
        {
            "start": 970002798,
            "stop": 970002924
        },
        {
            "start": 970002927,
            "stop": 970002930
        },
        {
            "start": 970002933,
            "stop": 970002959
        }
    ]
}