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=187
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=188",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=186",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 187,
    "results": [
        {
            "start": 933014645,
            "stop": 933014658
        },
        {
            "start": 933014715,
            "stop": 933014807
        },
        {
            "start": 933014826,
            "stop": 933014962
        },
        {
            "start": 933014998,
            "stop": 933015034
        },
        {
            "start": 933015411,
            "stop": 933015436
        },
        {
            "start": 933015544,
            "stop": 933015552
        },
        {
            "start": 933015632,
            "stop": 933015643
        },
        {
            "start": 933015803,
            "stop": 933016526
        },
        {
            "start": 933016544,
            "stop": 933016545
        },
        {
            "start": 933016838,
            "stop": 933016888
        },
        {
            "start": 933016908,
            "stop": 933017213
        },
        {
            "start": 933017233,
            "stop": 933017561
        },
        {
            "start": 933017566,
            "stop": 933017828
        },
        {
            "start": 933017850,
            "stop": 933017863
        },
        {
            "start": 933017864,
            "stop": 933017982
        },
        {
            "start": 933028287,
            "stop": 933028512
        },
        {
            "start": 933028517,
            "stop": 933028597
        },
        {
            "start": 933028598,
            "stop": 933028732
        },
        {
            "start": 933029017,
            "stop": 933029042
        },
        {
            "start": 933029063,
            "stop": 933029227
        }
    ]
}