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=6114
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=6115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6113",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6114,
    "results": [
        {
            "start": 874137267,
            "stop": 874137703
        },
        {
            "start": 874137706,
            "stop": 874137955
        },
        {
            "start": 874137957,
            "stop": 874137968
        },
        {
            "start": 874137971,
            "stop": 874138002
        },
        {
            "start": 874138005,
            "stop": 874138074
        },
        {
            "start": 874138077,
            "stop": 874138297
        },
        {
            "start": 874138301,
            "stop": 874138363
        },
        {
            "start": 874138366,
            "stop": 874138378
        },
        {
            "start": 874138381,
            "stop": 874138388
        },
        {
            "start": 874138391,
            "stop": 874139129
        },
        {
            "start": 874139132,
            "stop": 874139177
        },
        {
            "start": 874139180,
            "stop": 874139392
        },
        {
            "start": 874139393,
            "stop": 874139720
        },
        {
            "start": 874139722,
            "stop": 874139909
        },
        {
            "start": 874139914,
            "stop": 874139927
        },
        {
            "start": 874139930,
            "stop": 874139931
        },
        {
            "start": 874139934,
            "stop": 874139936
        },
        {
            "start": 874139941,
            "stop": 874139943
        },
        {
            "start": 874139946,
            "stop": 874140081
        },
        {
            "start": 874140084,
            "stop": 874140513
        }
    ]
}