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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7,
    "results": [
        {
            "start": 816232785,
            "stop": 816232840
        },
        {
            "start": 816232850,
            "stop": 816232857
        },
        {
            "start": 816232861,
            "stop": 816232888
        },
        {
            "start": 816232892,
            "stop": 816232898
        },
        {
            "start": 816232901,
            "stop": 816232918
        },
        {
            "start": 816232921,
            "stop": 816233001
        },
        {
            "start": 816233005,
            "stop": 816233017
        },
        {
            "start": 816233022,
            "stop": 816233032
        },
        {
            "start": 816233036,
            "stop": 816233153
        },
        {
            "start": 816233157,
            "stop": 816233160
        },
        {
            "start": 816233175,
            "stop": 816233235
        },
        {
            "start": 816233239,
            "stop": 816233243
        },
        {
            "start": 816233249,
            "stop": 816233258
        },
        {
            "start": 816233261,
            "stop": 816233299
        },
        {
            "start": 816233305,
            "stop": 816233323
        },
        {
            "start": 816233328,
            "stop": 816233352
        },
        {
            "start": 816233358,
            "stop": 816233447
        },
        {
            "start": 816233452,
            "stop": 816233476
        },
        {
            "start": 816233482,
            "stop": 816233522
        },
        {
            "start": 816233526,
            "stop": 816233552
        }
    ]
}