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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=157",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 158,
    "results": [
        {
            "start": 932888046,
            "stop": 932888058
        },
        {
            "start": 932888108,
            "stop": 932888111
        },
        {
            "start": 932888974,
            "stop": 932888979
        },
        {
            "start": 932889052,
            "stop": 932889053
        },
        {
            "start": 932890058,
            "stop": 932890071
        },
        {
            "start": 932890072,
            "stop": 932890077
        },
        {
            "start": 932890248,
            "stop": 932890258
        },
        {
            "start": 932892070,
            "stop": 932892073
        },
        {
            "start": 932892901,
            "stop": 932892903
        },
        {
            "start": 932893316,
            "stop": 932893323
        },
        {
            "start": 932893792,
            "stop": 932893796
        },
        {
            "start": 932896343,
            "stop": 932896350
        },
        {
            "start": 932896407,
            "stop": 932896411
        },
        {
            "start": 932896513,
            "stop": 932896538
        },
        {
            "start": 932896936,
            "stop": 932896938
        },
        {
            "start": 932898036,
            "stop": 932898040
        },
        {
            "start": 932898129,
            "stop": 932898130
        },
        {
            "start": 932898501,
            "stop": 932898502
        },
        {
            "start": 932898795,
            "stop": 932898797
        },
        {
            "start": 932903679,
            "stop": 932903681
        }
    ]
}