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=5096
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=5097",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5095",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5096,
    "results": [
        {
            "start": 873298992,
            "stop": 873299269
        },
        {
            "start": 873299303,
            "stop": 873299373
        },
        {
            "start": 873299407,
            "stop": 873299470
        },
        {
            "start": 873299477,
            "stop": 873299572
        },
        {
            "start": 873299606,
            "stop": 873299998
        },
        {
            "start": 873300041,
            "stop": 873300131
        },
        {
            "start": 873300165,
            "stop": 873300406
        },
        {
            "start": 873300511,
            "stop": 873300569
        },
        {
            "start": 873300639,
            "stop": 873300659
        },
        {
            "start": 873300676,
            "stop": 873300807
        },
        {
            "start": 873300861,
            "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
        }
    ]
}