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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5348",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5346",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5347,
    "results": [
        {
            "start": 1136605166,
            "stop": 1136605186
        },
        {
            "start": 1136605188,
            "stop": 1136605204
        },
        {
            "start": 1136605206,
            "stop": 1136605211
        },
        {
            "start": 1136605213,
            "stop": 1136605219
        },
        {
            "start": 1136605221,
            "stop": 1136605244
        },
        {
            "start": 1136605246,
            "stop": 1136605258
        },
        {
            "start": 1136605260,
            "stop": 1136605276
        },
        {
            "start": 1136605278,
            "stop": 1136605281
        },
        {
            "start": 1136605283,
            "stop": 1136605411
        },
        {
            "start": 1136605413,
            "stop": 1136605693
        },
        {
            "start": 1136605922,
            "stop": 1136605939
        },
        {
            "start": 1136605941,
            "stop": 1136606757
        },
        {
            "start": 1136606759,
            "stop": 1136606909
        },
        {
            "start": 1136606911,
            "stop": 1136606962
        },
        {
            "start": 1136606964,
            "stop": 1136607143
        },
        {
            "start": 1136607145,
            "stop": 1136607218
        },
        {
            "start": 1136607220,
            "stop": 1136607251
        },
        {
            "start": 1136607259,
            "stop": 1136607412
        },
        {
            "start": 1136607414,
            "stop": 1136607437
        },
        {
            "start": 1136607439,
            "stop": 1136607557
        }
    ]
}