Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=44
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=43",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 44,
    "results": [
        {
            "start": 931081459,
            "stop": 931081470
        },
        {
            "start": 931081473,
            "stop": 931081474
        },
        {
            "start": 931081475,
            "stop": 931081476
        },
        {
            "start": 931081477,
            "stop": 931081480
        },
        {
            "start": 931081481,
            "stop": 931081482
        },
        {
            "start": 931081483,
            "stop": 931081491
        },
        {
            "start": 931081492,
            "stop": 931081499
        },
        {
            "start": 931081500,
            "stop": 931081501
        },
        {
            "start": 931081503,
            "stop": 931081507
        },
        {
            "start": 931081512,
            "stop": 931081518
        },
        {
            "start": 931081519,
            "stop": 931081524
        },
        {
            "start": 931081526,
            "stop": 931081527
        },
        {
            "start": 931081529,
            "stop": 931081533
        },
        {
            "start": 931081535,
            "stop": 931081538
        },
        {
            "start": 931081539,
            "stop": 931081542
        },
        {
            "start": 931081543,
            "stop": 931081551
        },
        {
            "start": 931081552,
            "stop": 931081560
        },
        {
            "start": 931081565,
            "stop": 931081567
        },
        {
            "start": 931081568,
            "stop": 931081569
        },
        {
            "start": 931081571,
            "stop": 931081578
        }
    ]
}