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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5237",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5238,
    "results": [
        {
            "start": 874350573,
            "stop": 874350586
        },
        {
            "start": 874350621,
            "stop": 874351144
        },
        {
            "start": 874351178,
            "stop": 874351200
        },
        {
            "start": 874351260,
            "stop": 874351800
        },
        {
            "start": 874351860,
            "stop": 874351920
        },
        {
            "start": 874353403,
            "stop": 874353417
        },
        {
            "start": 874354880,
            "stop": 874355161
        },
        {
            "start": 874355212,
            "stop": 874355251
        },
        {
            "start": 874356376,
            "stop": 874356379
        },
        {
            "start": 874356413,
            "stop": 874357140
        },
        {
            "start": 874357200,
            "stop": 874357313
        },
        {
            "start": 874357332,
            "stop": 874357365
        },
        {
            "start": 874357373,
            "stop": 874357755
        },
        {
            "start": 874357791,
            "stop": 874358506
        },
        {
            "start": 874358523,
            "stop": 874358629
        },
        {
            "start": 874358665,
            "stop": 874358904
        },
        {
            "start": 874358921,
            "stop": 874359037
        },
        {
            "start": 874359044,
            "stop": 874359234
        },
        {
            "start": 874359299,
            "stop": 874359498
        },
        {
            "start": 874359534,
            "stop": 874359570
        }
    ]
}