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=4519
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=4520",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4518",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4519,
    "results": [
        {
            "start": 968459825,
            "stop": 968459864
        },
        {
            "start": 968459867,
            "stop": 968459872
        },
        {
            "start": 968459875,
            "stop": 968459910
        },
        {
            "start": 968459913,
            "stop": 968461458
        },
        {
            "start": 968461461,
            "stop": 968462973
        },
        {
            "start": 968462976,
            "stop": 968463308
        },
        {
            "start": 968465518,
            "stop": 968465595
        },
        {
            "start": 968465598,
            "stop": 968467951
        },
        {
            "start": 968469561,
            "stop": 968470233
        },
        {
            "start": 968470236,
            "stop": 968470317
        },
        {
            "start": 968470334,
            "stop": 968470877
        },
        {
            "start": 968470880,
            "stop": 968471038
        },
        {
            "start": 968471055,
            "stop": 968471650
        },
        {
            "start": 968471653,
            "stop": 968471721
        },
        {
            "start": 968471724,
            "stop": 968471752
        },
        {
            "start": 968471755,
            "stop": 968471781
        },
        {
            "start": 968471784,
            "stop": 968471850
        },
        {
            "start": 968471853,
            "stop": 968472092
        },
        {
            "start": 968472099,
            "stop": 968472830
        },
        {
            "start": 968472833,
            "stop": 968473102
        }
    ]
}