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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3831",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3829",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3830,
    "results": [
        {
            "start": 873460834,
            "stop": 873460840
        },
        {
            "start": 873460842,
            "stop": 873460859
        },
        {
            "start": 873460860,
            "stop": 873460861
        },
        {
            "start": 873460862,
            "stop": 873460867
        },
        {
            "start": 873460869,
            "stop": 873460876
        },
        {
            "start": 873463582,
            "stop": 873463583
        },
        {
            "start": 873463600,
            "stop": 873463601
        },
        {
            "start": 873463604,
            "stop": 873463606
        },
        {
            "start": 873463611,
            "stop": 873463612
        },
        {
            "start": 873463632,
            "stop": 873463633
        },
        {
            "start": 873463646,
            "stop": 873463647
        },
        {
            "start": 873463654,
            "stop": 873463655
        },
        {
            "start": 873463656,
            "stop": 873463658
        },
        {
            "start": 873463661,
            "stop": 873463662
        },
        {
            "start": 873463667,
            "stop": 873463668
        },
        {
            "start": 873463670,
            "stop": 873463672
        },
        {
            "start": 873463675,
            "stop": 873463676
        },
        {
            "start": 873463677,
            "stop": 873463680
        },
        {
            "start": 873463682,
            "stop": 873463688
        },
        {
            "start": 873463691,
            "stop": 873463692
        }
    ]
}