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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=55",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 56,
    "results": [
        {
            "start": 1257436224,
            "stop": 1257436353
        },
        {
            "start": 1257436356,
            "stop": 1257436418
        },
        {
            "start": 1257436421,
            "stop": 1257436445
        },
        {
            "start": 1257436448,
            "stop": 1257436478
        },
        {
            "start": 1257436481,
            "stop": 1257436643
        },
        {
            "start": 1257436644,
            "stop": 1257436653
        },
        {
            "start": 1257436654,
            "stop": 1257436679
        },
        {
            "start": 1257436680,
            "stop": 1257436682
        },
        {
            "start": 1257436683,
            "stop": 1257436922
        },
        {
            "start": 1257436925,
            "stop": 1257436987
        },
        {
            "start": 1257436990,
            "stop": 1257437040
        },
        {
            "start": 1257437042,
            "stop": 1257437226
        },
        {
            "start": 1257437227,
            "stop": 1257437988
        },
        {
            "start": 1257437991,
            "stop": 1257438186
        },
        {
            "start": 1257438189,
            "stop": 1257438239
        },
        {
            "start": 1257438241,
            "stop": 1257438261
        },
        {
            "start": 1257438264,
            "stop": 1257438345
        },
        {
            "start": 1257438348,
            "stop": 1257438780
        },
        {
            "start": 1257438781,
            "stop": 1257439040
        },
        {
            "start": 1257439041,
            "stop": 1257439127
        }
    ]
}