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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16784",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16782",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16783,
    "results": [
        {
            "start": 875115019,
            "stop": 875115022
        },
        {
            "start": 875115023,
            "stop": 875115031
        },
        {
            "start": 875115032,
            "stop": 875115034
        },
        {
            "start": 875115035,
            "stop": 875115054
        },
        {
            "start": 875115055,
            "stop": 875115066
        },
        {
            "start": 875115067,
            "stop": 875115131
        },
        {
            "start": 875115133,
            "stop": 875115198
        },
        {
            "start": 875115201,
            "stop": 875115224
        },
        {
            "start": 875115226,
            "stop": 875115274
        },
        {
            "start": 875115277,
            "stop": 875115279
        },
        {
            "start": 875115280,
            "stop": 875115284
        },
        {
            "start": 875115291,
            "stop": 875115292
        },
        {
            "start": 875115295,
            "stop": 875115296
        },
        {
            "start": 875115299,
            "stop": 875115300
        },
        {
            "start": 875115307,
            "stop": 875115323
        },
        {
            "start": 875115326,
            "stop": 875115329
        },
        {
            "start": 875115332,
            "stop": 875115335
        },
        {
            "start": 875115338,
            "stop": 875115343
        },
        {
            "start": 875115346,
            "stop": 875115352
        },
        {
            "start": 875115356,
            "stop": 875115366
        }
    ]
}