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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=247",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 248,
    "results": [
        {
            "start": 861022185,
            "stop": 861025451
        },
        {
            "start": 861026233,
            "stop": 861028643
        },
        {
            "start": 861028957,
            "stop": 861049605
        },
        {
            "start": 861050014,
            "stop": 861055628
        },
        {
            "start": 861058838,
            "stop": 861059886
        },
        {
            "start": 861060134,
            "stop": 861061045
        },
        {
            "start": 861061755,
            "stop": 861067737
        },
        {
            "start": 861078836,
            "stop": 861088617
        },
        {
            "start": 861089960,
            "stop": 861101576
        },
        {
            "start": 861102150,
            "stop": 861111726
        },
        {
            "start": 861112312,
            "stop": 861116711
        },
        {
            "start": 861117589,
            "stop": 861124671
        },
        {
            "start": 861127048,
            "stop": 861131008
        },
        {
            "start": 861131323,
            "stop": 861145968
        },
        {
            "start": 861149017,
            "stop": 861171012
        },
        {
            "start": 861171407,
            "stop": 861172838
        },
        {
            "start": 861174089,
            "stop": 861189288
        },
        {
            "start": 861190952,
            "stop": 861194537
        },
        {
            "start": 861195724,
            "stop": 861200245
        },
        {
            "start": 861200316,
            "stop": 861202146
        }
    ]
}