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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29377",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29375",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29376,
    "results": [
        {
            "start": 971383225,
            "stop": 971383642
        },
        {
            "start": 971383645,
            "stop": 971383757
        },
        {
            "start": 971383759,
            "stop": 971383781
        },
        {
            "start": 971383782,
            "stop": 971383794
        },
        {
            "start": 971383796,
            "stop": 971384456
        },
        {
            "start": 971384459,
            "stop": 971384549
        },
        {
            "start": 971384552,
            "stop": 971384686
        },
        {
            "start": 971384687,
            "stop": 971385432
        },
        {
            "start": 971385433,
            "stop": 971385709
        },
        {
            "start": 971385712,
            "stop": 971385997
        },
        {
            "start": 971385998,
            "stop": 971386002
        },
        {
            "start": 971386008,
            "stop": 971386017
        },
        {
            "start": 971386019,
            "stop": 971386024
        },
        {
            "start": 971386026,
            "stop": 971386171
        },
        {
            "start": 971386173,
            "stop": 971387267
        },
        {
            "start": 971387269,
            "stop": 971387463
        },
        {
            "start": 971387465,
            "stop": 971388365
        },
        {
            "start": 971388395,
            "stop": 971388401
        },
        {
            "start": 971388404,
            "stop": 971388486
        },
        {
            "start": 971388489,
            "stop": 971388845
        }
    ]
}