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=324
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=325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=323",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 324,
    "results": [
        {
            "start": 823338435,
            "stop": 823338486
        },
        {
            "start": 823338494,
            "stop": 823339138
        },
        {
            "start": 823339143,
            "stop": 823339215
        },
        {
            "start": 823339221,
            "stop": 823339263
        },
        {
            "start": 823339269,
            "stop": 823339424
        },
        {
            "start": 823339429,
            "stop": 823339536
        },
        {
            "start": 823339541,
            "stop": 823339596
        },
        {
            "start": 823339601,
            "stop": 823339675
        },
        {
            "start": 823339680,
            "stop": 823339935
        },
        {
            "start": 823339940,
            "stop": 823340048
        },
        {
            "start": 823340053,
            "stop": 823340062
        },
        {
            "start": 823340068,
            "stop": 823340219
        },
        {
            "start": 823340224,
            "stop": 823340820
        },
        {
            "start": 823340825,
            "stop": 823340927
        },
        {
            "start": 823340932,
            "stop": 823341258
        },
        {
            "start": 823341263,
            "stop": 823341877
        },
        {
            "start": 823341883,
            "stop": 823341938
        },
        {
            "start": 823341944,
            "stop": 823342002
        },
        {
            "start": 823342007,
            "stop": 823342054
        },
        {
            "start": 823342059,
            "stop": 823342183
        }
    ]
}