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=193
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=194",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=192",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 193,
    "results": [
        {
            "start": 933046914,
            "stop": 933046938
        },
        {
            "start": 933046939,
            "stop": 933047114
        },
        {
            "start": 933047224,
            "stop": 933047229
        },
        {
            "start": 933047275,
            "stop": 933047283
        },
        {
            "start": 933047548,
            "stop": 933047554
        },
        {
            "start": 933047559,
            "stop": 933047562
        },
        {
            "start": 933047594,
            "stop": 933047684
        },
        {
            "start": 933047703,
            "stop": 933047705
        },
        {
            "start": 933047725,
            "stop": 933047832
        },
        {
            "start": 933047854,
            "stop": 933047862
        },
        {
            "start": 933047922,
            "stop": 933048065
        },
        {
            "start": 933048084,
            "stop": 933048213
        },
        {
            "start": 933048261,
            "stop": 933048281
        },
        {
            "start": 933048326,
            "stop": 933049424
        },
        {
            "start": 933049443,
            "stop": 933049498
        },
        {
            "start": 933049519,
            "stop": 933049593
        },
        {
            "start": 933049629,
            "stop": 933049703
        },
        {
            "start": 933049722,
            "stop": 933049724
        },
        {
            "start": 933049744,
            "stop": 933049793
        },
        {
            "start": 933049811,
            "stop": 933049820
        }
    ]
}