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=5226
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=5227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5225",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5226,
    "results": [
        {
            "start": 874224556,
            "stop": 874224589
        },
        {
            "start": 874224625,
            "stop": 874224685
        },
        {
            "start": 874224794,
            "stop": 874225017
        },
        {
            "start": 874225025,
            "stop": 874225053
        },
        {
            "start": 874225089,
            "stop": 874225110
        },
        {
            "start": 874225185,
            "stop": 874225221
        },
        {
            "start": 874225257,
            "stop": 874225308
        },
        {
            "start": 874225382,
            "stop": 874225415
        },
        {
            "start": 874228740,
            "stop": 874228800
        },
        {
            "start": 874228920,
            "stop": 874228980
        },
        {
            "start": 874229100,
            "stop": 874229173
        },
        {
            "start": 874229180,
            "stop": 874229400
        },
        {
            "start": 874229520,
            "stop": 874229596
        },
        {
            "start": 874229603,
            "stop": 874229700
        },
        {
            "start": 874229760,
            "stop": 874229907
        },
        {
            "start": 874229998,
            "stop": 874230441
        },
        {
            "start": 874230477,
            "stop": 874230743
        },
        {
            "start": 874230815,
            "stop": 874230862
        },
        {
            "start": 874230933,
            "stop": 874231305
        },
        {
            "start": 874231345,
            "stop": 874231789
        }
    ]
}