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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3664",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3662",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3663,
    "results": [
        {
            "start": 872805744,
            "stop": 872808805
        },
        {
            "start": 872808808,
            "stop": 872808833
        },
        {
            "start": 872808850,
            "stop": 872809380
        },
        {
            "start": 872809440,
            "stop": 872814792
        },
        {
            "start": 872814809,
            "stop": 872816662
        },
        {
            "start": 872817269,
            "stop": 872817475
        },
        {
            "start": 872817775,
            "stop": 872821471
        },
        {
            "start": 872821488,
            "stop": 872822001
        },
        {
            "start": 872822018,
            "stop": 872823479
        },
        {
            "start": 872823496,
            "stop": 872823526
        },
        {
            "start": 872823543,
            "stop": 872823934
        },
        {
            "start": 872823951,
            "stop": 872824800
        },
        {
            "start": 872824860,
            "stop": 872824920
        },
        {
            "start": 872824980,
            "stop": 872826318
        },
        {
            "start": 872826335,
            "stop": 872827287
        },
        {
            "start": 872827304,
            "stop": 872827680
        },
        {
            "start": 872827740,
            "stop": 872830134
        },
        {
            "start": 872830151,
            "stop": 872833120
        },
        {
            "start": 872833137,
            "stop": 872833938
        },
        {
            "start": 872833972,
            "stop": 872833998
        }
    ]
}