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=5255
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=5256",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5254",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5255,
    "results": [
        {
            "start": 874580411,
            "stop": 874580539
        },
        {
            "start": 874580575,
            "stop": 874580631
        },
        {
            "start": 874580681,
            "stop": 874580848
        },
        {
            "start": 874580884,
            "stop": 874581136
        },
        {
            "start": 874581172,
            "stop": 874581254
        },
        {
            "start": 874581294,
            "stop": 874581737
        },
        {
            "start": 874581773,
            "stop": 874584774
        },
        {
            "start": 874584812,
            "stop": 874586671
        },
        {
            "start": 874586725,
            "stop": 874587612
        },
        {
            "start": 874587658,
            "stop": 874587732
        },
        {
            "start": 874587800,
            "stop": 874589503
        },
        {
            "start": 874589539,
            "stop": 874591260
        },
        {
            "start": 874591320,
            "stop": 874591375
        },
        {
            "start": 874591420,
            "stop": 874591509
        },
        {
            "start": 874591546,
            "stop": 874592229
        },
        {
            "start": 874592265,
            "stop": 874593711
        },
        {
            "start": 874593747,
            "stop": 874593953
        },
        {
            "start": 874594010,
            "stop": 874594327
        },
        {
            "start": 874594363,
            "stop": 874594374
        },
        {
            "start": 874594419,
            "stop": 874594575
        }
    ]
}