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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33366",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33364",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33365,
    "results": [
        {
            "start": 971514300,
            "stop": 971514311
        },
        {
            "start": 971514314,
            "stop": 971514320
        },
        {
            "start": 971514323,
            "stop": 971514334
        },
        {
            "start": 971514338,
            "stop": 971514351
        },
        {
            "start": 971514354,
            "stop": 971514358
        },
        {
            "start": 971514361,
            "stop": 971514383
        },
        {
            "start": 971514387,
            "stop": 971514397
        },
        {
            "start": 971514401,
            "stop": 971514404
        },
        {
            "start": 971514410,
            "stop": 971514451
        },
        {
            "start": 971514454,
            "stop": 971514505
        },
        {
            "start": 971514510,
            "stop": 971514544
        },
        {
            "start": 971514550,
            "stop": 971514623
        },
        {
            "start": 971514626,
            "stop": 971514691
        },
        {
            "start": 971514694,
            "stop": 971514703
        },
        {
            "start": 971514706,
            "stop": 971514836
        },
        {
            "start": 971514839,
            "stop": 971514944
        },
        {
            "start": 971514947,
            "stop": 971514998
        },
        {
            "start": 971515001,
            "stop": 971515055
        },
        {
            "start": 971515058,
            "stop": 971515091
        },
        {
            "start": 971515096,
            "stop": 971515215
        }
    ]
}