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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=568",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=566",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 567,
    "results": [
        {
            "start": 1186352759,
            "stop": 1186360721
        },
        {
            "start": 1186360725,
            "stop": 1186368930
        },
        {
            "start": 1186368934,
            "stop": 1186374357
        },
        {
            "start": 1186374361,
            "stop": 1186375912
        },
        {
            "start": 1186375917,
            "stop": 1186387416
        },
        {
            "start": 1186387420,
            "stop": 1186394433
        },
        {
            "start": 1186394437,
            "stop": 1186397724
        },
        {
            "start": 1186397728,
            "stop": 1186413196
        },
        {
            "start": 1186413199,
            "stop": 1186417134
        },
        {
            "start": 1186417138,
            "stop": 1186418834
        },
        {
            "start": 1186447249,
            "stop": 1186455387
        },
        {
            "start": 1186455390,
            "stop": 1186459647
        },
        {
            "start": 1186459651,
            "stop": 1186461514
        },
        {
            "start": 1186461518,
            "stop": 1186462513
        },
        {
            "start": 1186462516,
            "stop": 1186464655
        },
        {
            "start": 1186464659,
            "stop": 1186466420
        },
        {
            "start": 1186466424,
            "stop": 1186470086
        },
        {
            "start": 1186470090,
            "stop": 1186472587
        },
        {
            "start": 1186472591,
            "stop": 1186478916
        },
        {
            "start": 1186478919,
            "stop": 1186487445
        }
    ]
}