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=7175
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=7176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7174",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7175,
    "results": [
        {
            "start": 875114928,
            "stop": 875114950
        },
        {
            "start": 875114955,
            "stop": 875114958
        },
        {
            "start": 875114961,
            "stop": 875114966
        },
        {
            "start": 875114969,
            "stop": 875114976
        },
        {
            "start": 875114987,
            "stop": 875114989
        },
        {
            "start": 875114992,
            "stop": 875115008
        },
        {
            "start": 875115011,
            "stop": 875115015
        },
        {
            "start": 875115018,
            "stop": 875115274
        },
        {
            "start": 875115277,
            "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": 875115390
        },
        {
            "start": 875116618,
            "stop": 875116639
        },
        {
            "start": 875116642,
            "stop": 875116647
        }
    ]
}