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=8680
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=8681",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8679",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8680,
    "results": [
        {
            "start": 871914327,
            "stop": 871914403
        },
        {
            "start": 871914420,
            "stop": 871914900
        },
        {
            "start": 871914960,
            "stop": 871915142
        },
        {
            "start": 871915159,
            "stop": 871915278
        },
        {
            "start": 871915295,
            "stop": 871915328
        },
        {
            "start": 871915463,
            "stop": 871916028
        },
        {
            "start": 871916297,
            "stop": 871916930
        },
        {
            "start": 871917010,
            "stop": 871917292
        },
        {
            "start": 871917412,
            "stop": 871918560
        },
        {
            "start": 871918620,
            "stop": 871920214
        },
        {
            "start": 871920253,
            "stop": 871920660
        },
        {
            "start": 871923063,
            "stop": 871923642
        },
        {
            "start": 871923928,
            "stop": 871924140
        },
        {
            "start": 871924260,
            "stop": 871925690
        },
        {
            "start": 871926000,
            "stop": 871926420
        },
        {
            "start": 871926480,
            "stop": 871927320
        },
        {
            "start": 871927380,
            "stop": 871927582
        },
        {
            "start": 871927632,
            "stop": 871927670
        },
        {
            "start": 871927750,
            "stop": 871928104
        },
        {
            "start": 871928224,
            "stop": 871928499
        }
    ]
}