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=10007
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=10008",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10006",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10007,
    "results": [
        {
            "start": 872257709,
            "stop": 872257712
        },
        {
            "start": 872257746,
            "stop": 872257760
        },
        {
            "start": 872257794,
            "stop": 872257856
        },
        {
            "start": 872257890,
            "stop": 872258029
        },
        {
            "start": 872258065,
            "stop": 872258132
        },
        {
            "start": 872258166,
            "stop": 872258219
        },
        {
            "start": 872258253,
            "stop": 872258291
        },
        {
            "start": 872258330,
            "stop": 872258343
        },
        {
            "start": 872258360,
            "stop": 872258503
        },
        {
            "start": 872258539,
            "stop": 872258546
        },
        {
            "start": 872258563,
            "stop": 872258631
        },
        {
            "start": 872258667,
            "stop": 872258675
        },
        {
            "start": 872258709,
            "stop": 872258835
        },
        {
            "start": 872258869,
            "stop": 872259081
        },
        {
            "start": 872259271,
            "stop": 872259314
        },
        {
            "start": 872259353,
            "stop": 872259446
        },
        {
            "start": 872259480,
            "stop": 872259570
        },
        {
            "start": 872260638,
            "stop": 872260652
        },
        {
            "start": 872260703,
            "stop": 872260710
        },
        {
            "start": 872261030,
            "stop": 872261032
        }
    ]
}