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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5175",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5173",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5174,
    "results": [
        {
            "start": 1137002437,
            "stop": 1137002446
        },
        {
            "start": 1137002448,
            "stop": 1137002455
        },
        {
            "start": 1137022301,
            "stop": 1137022312
        },
        {
            "start": 1137022314,
            "stop": 1137022319
        },
        {
            "start": 1137022321,
            "stop": 1137022330
        },
        {
            "start": 1137022334,
            "stop": 1137022352
        },
        {
            "start": 1137022354,
            "stop": 1137022375
        },
        {
            "start": 1137022377,
            "stop": 1137022382
        },
        {
            "start": 1137022384,
            "stop": 1137022392
        },
        {
            "start": 1137022398,
            "stop": 1137022403
        },
        {
            "start": 1137022408,
            "stop": 1137022412
        },
        {
            "start": 1137022414,
            "stop": 1137022426
        },
        {
            "start": 1137022428,
            "stop": 1137022446
        },
        {
            "start": 1137022448,
            "stop": 1137022458
        },
        {
            "start": 1137022460,
            "stop": 1137022461
        },
        {
            "start": 1137022463,
            "stop": 1137022469
        },
        {
            "start": 1137022471,
            "stop": 1137022475
        },
        {
            "start": 1137022477,
            "stop": 1137022510
        },
        {
            "start": 1137022512,
            "stop": 1137022530
        },
        {
            "start": 1137022532,
            "stop": 1137022549
        }
    ]
}