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=33286
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=33287",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33285",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33286,
    "results": [
        {
            "start": 971005165,
            "stop": 971005172
        },
        {
            "start": 971005173,
            "stop": 971005195
        },
        {
            "start": 971005196,
            "stop": 971005224
        },
        {
            "start": 971005227,
            "stop": 971005230
        },
        {
            "start": 971005231,
            "stop": 971005278
        },
        {
            "start": 971005279,
            "stop": 971005291
        },
        {
            "start": 971005292,
            "stop": 971005293
        },
        {
            "start": 971005294,
            "stop": 971005308
        },
        {
            "start": 971005311,
            "stop": 971005321
        },
        {
            "start": 971005324,
            "stop": 971005332
        },
        {
            "start": 971005333,
            "stop": 971005336
        },
        {
            "start": 971005337,
            "stop": 971005341
        },
        {
            "start": 971005343,
            "stop": 971005344
        },
        {
            "start": 971005347,
            "stop": 971005355
        },
        {
            "start": 971005356,
            "stop": 971005358
        },
        {
            "start": 971005364,
            "stop": 971005420
        },
        {
            "start": 971005423,
            "stop": 971005425
        },
        {
            "start": 971005426,
            "stop": 971005428
        },
        {
            "start": 971005429,
            "stop": 971005467
        },
        {
            "start": 971005469,
            "stop": 971005484
        }
    ]
}