Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=130
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=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=129",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 130,
    "results": [
        {
            "start": 817881741,
            "stop": 817881779
        },
        {
            "start": 817881783,
            "stop": 817882121
        },
        {
            "start": 817882124,
            "stop": 817882243
        },
        {
            "start": 817882246,
            "stop": 817882409
        },
        {
            "start": 817882412,
            "stop": 817882678
        },
        {
            "start": 817882681,
            "stop": 817883160
        },
        {
            "start": 817883163,
            "stop": 817883459
        },
        {
            "start": 817883462,
            "stop": 817883496
        },
        {
            "start": 817883499,
            "stop": 817883546
        },
        {
            "start": 817883550,
            "stop": 817883612
        },
        {
            "start": 817883615,
            "stop": 817884202
        },
        {
            "start": 817884207,
            "stop": 817884368
        },
        {
            "start": 817884371,
            "stop": 817884500
        },
        {
            "start": 817884505,
            "stop": 817884511
        },
        {
            "start": 817884514,
            "stop": 817884523
        },
        {
            "start": 817884526,
            "stop": 817884787
        },
        {
            "start": 817884791,
            "stop": 817885211
        },
        {
            "start": 817885215,
            "stop": 817885242
        },
        {
            "start": 817885247,
            "stop": 817885297
        },
        {
            "start": 817885301,
            "stop": 817885333
        }
    ]
}