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=5144
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=5145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5143",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5144,
    "results": [
        {
            "start": 873724610,
            "stop": 873724634
        },
        {
            "start": 873724674,
            "stop": 873724691
        },
        {
            "start": 873724698,
            "stop": 873724718
        },
        {
            "start": 873724753,
            "stop": 873724841
        },
        {
            "start": 873728978,
            "stop": 873728987
        },
        {
            "start": 873729022,
            "stop": 873729036
        },
        {
            "start": 873729047,
            "stop": 873729086
        },
        {
            "start": 873729120,
            "stop": 873729129
        },
        {
            "start": 873729202,
            "stop": 873729237
        },
        {
            "start": 873729245,
            "stop": 873729277
        },
        {
            "start": 873729288,
            "stop": 873729341
        },
        {
            "start": 873729355,
            "stop": 873729386
        },
        {
            "start": 873729406,
            "stop": 873729471
        },
        {
            "start": 873729478,
            "stop": 873729481
        },
        {
            "start": 873729489,
            "stop": 873729517
        },
        {
            "start": 873729524,
            "stop": 873729540
        },
        {
            "start": 873729600,
            "stop": 873729601
        },
        {
            "start": 873729608,
            "stop": 873729650
        },
        {
            "start": 873729660,
            "stop": 873729663
        },
        {
            "start": 873729681,
            "stop": 873729689
        }
    ]
}