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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7378",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7376",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7377,
    "results": [
        {
            "start": 969537432,
            "stop": 969537525
        },
        {
            "start": 969537528,
            "stop": 969537680
        },
        {
            "start": 969537684,
            "stop": 969538323
        },
        {
            "start": 969538326,
            "stop": 969538396
        },
        {
            "start": 969538399,
            "stop": 969538628
        },
        {
            "start": 969538631,
            "stop": 969538666
        },
        {
            "start": 969538669,
            "stop": 969539173
        },
        {
            "start": 969539176,
            "stop": 969539385
        },
        {
            "start": 969539403,
            "stop": 969540243
        },
        {
            "start": 969540246,
            "stop": 969540616
        },
        {
            "start": 969540619,
            "stop": 969540670
        },
        {
            "start": 969540673,
            "stop": 969541042
        },
        {
            "start": 969541053,
            "stop": 969541515
        },
        {
            "start": 969541607,
            "stop": 969541652
        },
        {
            "start": 969541655,
            "stop": 969542685
        },
        {
            "start": 969544984,
            "stop": 969545255
        },
        {
            "start": 969545258,
            "stop": 969545501
        },
        {
            "start": 969545504,
            "stop": 969547115
        },
        {
            "start": 969547118,
            "stop": 969548407
        },
        {
            "start": 969548418,
            "stop": 969548427
        }
    ]
}