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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=34",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 35,
    "results": [
        {
            "start": 1370647029,
            "stop": 1370648014
        },
        {
            "start": 1370648018,
            "stop": 1370648230
        },
        {
            "start": 1370648235,
            "stop": 1370650064
        },
        {
            "start": 1370650069,
            "stop": 1370650083
        },
        {
            "start": 1370655948,
            "stop": 1370656556
        },
        {
            "start": 1370656687,
            "stop": 1370662056
        },
        {
            "start": 1370662061,
            "stop": 1370666068
        },
        {
            "start": 1370666073,
            "stop": 1370666127
        },
        {
            "start": 1370674418,
            "stop": 1370675183
        },
        {
            "start": 1370675188,
            "stop": 1370683841
        },
        {
            "start": 1370683845,
            "stop": 1370686801
        },
        {
            "start": 1370686804,
            "stop": 1370692084
        },
        {
            "start": 1370692089,
            "stop": 1370694722
        },
        {
            "start": 1370694727,
            "stop": 1370695140
        },
        {
            "start": 1370695145,
            "stop": 1370695476
        },
        {
            "start": 1370695481,
            "stop": 1370696123
        },
        {
            "start": 1370696128,
            "stop": 1370697360
        },
        {
            "start": 1370697365,
            "stop": 1370697380
        },
        {
            "start": 1370726735,
            "stop": 1370729396
        },
        {
            "start": 1370729399,
            "stop": 1370729938
        }
    ]
}