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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10098",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10099,
    "results": [
        {
            "start": 873299477,
            "stop": 873299572
        },
        {
            "start": 873299606,
            "stop": 873299998
        },
        {
            "start": 873300041,
            "stop": 873300131
        },
        {
            "start": 873300165,
            "stop": 873300406
        },
        {
            "start": 873300534,
            "stop": 873300569
        },
        {
            "start": 873300639,
            "stop": 873300659
        },
        {
            "start": 873300676,
            "stop": 873300807
        },
        {
            "start": 873300961,
            "stop": 873301007
        },
        {
            "start": 873301043,
            "stop": 873301579
        },
        {
            "start": 873301614,
            "stop": 873301617
        },
        {
            "start": 873301765,
            "stop": 873301768
        },
        {
            "start": 873301860,
            "stop": 873301896
        },
        {
            "start": 873312800,
            "stop": 873312972
        },
        {
            "start": 873312990,
            "stop": 873319125
        },
        {
            "start": 873319203,
            "stop": 873319436
        },
        {
            "start": 873319443,
            "stop": 873320820
        },
        {
            "start": 873321000,
            "stop": 873321120
        },
        {
            "start": 873323282,
            "stop": 873323321
        },
        {
            "start": 873323360,
            "stop": 873323409
        },
        {
            "start": 873323443,
            "stop": 873323598
        }
    ]
}