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=6198
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=6199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6197",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6198,
    "results": [
        {
            "start": 874573157,
            "stop": 874573167
        },
        {
            "start": 874573168,
            "stop": 874573175
        },
        {
            "start": 874573802,
            "stop": 874573897
        },
        {
            "start": 874573899,
            "stop": 874573908
        },
        {
            "start": 874573909,
            "stop": 874576468
        },
        {
            "start": 874576469,
            "stop": 874577317
        },
        {
            "start": 874577320,
            "stop": 874577543
        },
        {
            "start": 874577546,
            "stop": 874577585
        },
        {
            "start": 874577588,
            "stop": 874577594
        },
        {
            "start": 874577597,
            "stop": 874577854
        },
        {
            "start": 874577857,
            "stop": 874577871
        },
        {
            "start": 874577874,
            "stop": 874577887
        },
        {
            "start": 874577890,
            "stop": 874577893
        },
        {
            "start": 874577896,
            "stop": 874577983
        },
        {
            "start": 874577988,
            "stop": 874578089
        },
        {
            "start": 874578092,
            "stop": 874578100
        },
        {
            "start": 874578104,
            "stop": 874578535
        },
        {
            "start": 874578538,
            "stop": 874578539
        },
        {
            "start": 874578542,
            "stop": 874578554
        },
        {
            "start": 874578557,
            "stop": 874578565
        }
    ]
}