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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=144",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 145,
    "results": [
        {
            "start": 931443327,
            "stop": 931443328
        },
        {
            "start": 931443330,
            "stop": 931443371
        },
        {
            "start": 931443373,
            "stop": 931443386
        },
        {
            "start": 931443388,
            "stop": 931443424
        },
        {
            "start": 931443426,
            "stop": 931443458
        },
        {
            "start": 931443460,
            "stop": 931443608
        },
        {
            "start": 931443610,
            "stop": 931443655
        },
        {
            "start": 931443657,
            "stop": 931443702
        },
        {
            "start": 931443704,
            "stop": 931443739
        },
        {
            "start": 931443740,
            "stop": 931443757
        },
        {
            "start": 931443759,
            "stop": 931443776
        },
        {
            "start": 931443779,
            "stop": 931443818
        },
        {
            "start": 931443820,
            "stop": 931444042
        },
        {
            "start": 931444044,
            "stop": 931444062
        },
        {
            "start": 931444063,
            "stop": 931444110
        },
        {
            "start": 931444112,
            "stop": 931444123
        },
        {
            "start": 931444125,
            "stop": 931444199
        },
        {
            "start": 931444201,
            "stop": 931444296
        },
        {
            "start": 931444298,
            "stop": 931444320
        },
        {
            "start": 931444321,
            "stop": 931444347
        }
    ]
}