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=6859
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=6860",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6858",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6859,
    "results": [
        {
            "start": 873255233,
            "stop": 873255252
        },
        {
            "start": 873255255,
            "stop": 873255288
        },
        {
            "start": 873255291,
            "stop": 873255342
        },
        {
            "start": 873255345,
            "stop": 873255346
        },
        {
            "start": 873255350,
            "stop": 873255362
        },
        {
            "start": 873255365,
            "stop": 873255691
        },
        {
            "start": 873255694,
            "stop": 873255850
        },
        {
            "start": 873255853,
            "stop": 873255961
        },
        {
            "start": 873255965,
            "stop": 873256046
        },
        {
            "start": 873256049,
            "stop": 873256904
        },
        {
            "start": 873256907,
            "stop": 873256908
        },
        {
            "start": 873256911,
            "stop": 873256916
        },
        {
            "start": 873256919,
            "stop": 873257081
        },
        {
            "start": 873257084,
            "stop": 873257109
        },
        {
            "start": 873257112,
            "stop": 873257308
        },
        {
            "start": 873257312,
            "stop": 873257342
        },
        {
            "start": 873257345,
            "stop": 873257346
        },
        {
            "start": 873257352,
            "stop": 873257361
        },
        {
            "start": 873257364,
            "stop": 873257405
        },
        {
            "start": 873257408,
            "stop": 873257458
        }
    ]
}