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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=153",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 154,
    "results": [
        {
            "start": 931772614,
            "stop": 931772627
        },
        {
            "start": 931772633,
            "stop": 931772695
        },
        {
            "start": 931772700,
            "stop": 931772709
        },
        {
            "start": 931772714,
            "stop": 931772839
        },
        {
            "start": 931772845,
            "stop": 931772924
        },
        {
            "start": 931772929,
            "stop": 931773159
        },
        {
            "start": 931773165,
            "stop": 931773218
        },
        {
            "start": 931773252,
            "stop": 931773293
        },
        {
            "start": 931773301,
            "stop": 931773317
        },
        {
            "start": 931773323,
            "stop": 931773341
        },
        {
            "start": 931773347,
            "stop": 931773353
        },
        {
            "start": 931773359,
            "stop": 931773388
        },
        {
            "start": 931773394,
            "stop": 931773427
        },
        {
            "start": 931773432,
            "stop": 931773619
        },
        {
            "start": 931773630,
            "stop": 931773807
        },
        {
            "start": 931773813,
            "stop": 931773829
        },
        {
            "start": 931773834,
            "stop": 931773835
        },
        {
            "start": 931773852,
            "stop": 931773871
        },
        {
            "start": 931773878,
            "stop": 931773911
        },
        {
            "start": 931773920,
            "stop": 931773922
        }
    ]
}