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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=210",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 211,
    "results": [
        {
            "start": 827096416,
            "stop": 827096647
        },
        {
            "start": 827096653,
            "stop": 827099412
        },
        {
            "start": 827099418,
            "stop": 827099422
        },
        {
            "start": 827099428,
            "stop": 827101340
        },
        {
            "start": 827101345,
            "stop": 827101360
        },
        {
            "start": 827101365,
            "stop": 827101395
        },
        {
            "start": 827101400,
            "stop": 827101414
        },
        {
            "start": 827101417,
            "stop": 827101432
        },
        {
            "start": 827101832,
            "stop": 827104659
        },
        {
            "start": 827104959,
            "stop": 827108667
        },
        {
            "start": 827108673,
            "stop": 827108687
        },
        {
            "start": 827108693,
            "stop": 827108695
        },
        {
            "start": 827108700,
            "stop": 827110292
        },
        {
            "start": 827110298,
            "stop": 827110315
        },
        {
            "start": 827110320,
            "stop": 827110322
        },
        {
            "start": 827110326,
            "stop": 827110335
        },
        {
            "start": 827110343,
            "stop": 827110344
        },
        {
            "start": 827110348,
            "stop": 827110556
        },
        {
            "start": 827110559,
            "stop": 827110564
        },
        {
            "start": 827110566,
            "stop": 827110584
        }
    ]
}