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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2195",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2196,
    "results": [
        {
            "start": 872529414,
            "stop": 872529497
        },
        {
            "start": 872529514,
            "stop": 872529606
        },
        {
            "start": 872529643,
            "stop": 872529662
        },
        {
            "start": 872529690,
            "stop": 872529698
        },
        {
            "start": 872529746,
            "stop": 872529833
        },
        {
            "start": 872529851,
            "stop": 872529890
        },
        {
            "start": 872529907,
            "stop": 872529981
        },
        {
            "start": 872530010,
            "stop": 872530193
        },
        {
            "start": 872530210,
            "stop": 872530219
        },
        {
            "start": 872530244,
            "stop": 872530247
        },
        {
            "start": 872530292,
            "stop": 872530298
        },
        {
            "start": 872530343,
            "stop": 872530380
        },
        {
            "start": 872530411,
            "stop": 872530554
        },
        {
            "start": 872530571,
            "stop": 872530578
        },
        {
            "start": 872530595,
            "stop": 872530774
        },
        {
            "start": 872530795,
            "stop": 872530884
        },
        {
            "start": 872530903,
            "stop": 872530953
        },
        {
            "start": 872532494,
            "stop": 872532501
        },
        {
            "start": 872532518,
            "stop": 872532524
        },
        {
            "start": 872532627,
            "stop": 872532636
        }
    ]
}