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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6206",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6207,
    "results": [
        {
            "start": 874640155,
            "stop": 874640643
        },
        {
            "start": 874640648,
            "stop": 874640702
        },
        {
            "start": 874640705,
            "stop": 874640713
        },
        {
            "start": 874640716,
            "stop": 874640934
        },
        {
            "start": 874640937,
            "stop": 874640943
        },
        {
            "start": 874640953,
            "stop": 874641897
        },
        {
            "start": 874641900,
            "stop": 874642231
        },
        {
            "start": 874642237,
            "stop": 874642283
        },
        {
            "start": 874642286,
            "stop": 874643085
        },
        {
            "start": 874643086,
            "stop": 874644749
        },
        {
            "start": 874644752,
            "stop": 874644756
        },
        {
            "start": 874644762,
            "stop": 874645473
        },
        {
            "start": 874645474,
            "stop": 874645736
        },
        {
            "start": 874645740,
            "stop": 874645786
        },
        {
            "start": 874645789,
            "stop": 874646207
        },
        {
            "start": 874646210,
            "stop": 874646215
        },
        {
            "start": 874646219,
            "stop": 874646221
        },
        {
            "start": 874646224,
            "stop": 874646617
        },
        {
            "start": 874646620,
            "stop": 874646945
        },
        {
            "start": 874646951,
            "stop": 874647099
        }
    ]
}