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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=127",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 128,
    "results": [
        {
            "start": 931706101,
            "stop": 931706105
        },
        {
            "start": 931706112,
            "stop": 931706116
        },
        {
            "start": 931706129,
            "stop": 931706136
        },
        {
            "start": 931706156,
            "stop": 931706180
        },
        {
            "start": 931706186,
            "stop": 931706195
        },
        {
            "start": 931706208,
            "stop": 931706227
        },
        {
            "start": 931706233,
            "stop": 931706241
        },
        {
            "start": 931706247,
            "stop": 931706249
        },
        {
            "start": 931706271,
            "stop": 931706301
        },
        {
            "start": 931706324,
            "stop": 931706326
        },
        {
            "start": 931706348,
            "stop": 931706350
        },
        {
            "start": 931706369,
            "stop": 931706378
        },
        {
            "start": 931706383,
            "stop": 931706445
        },
        {
            "start": 931706459,
            "stop": 931706474
        },
        {
            "start": 931706480,
            "stop": 931706499
        },
        {
            "start": 931706508,
            "stop": 931706509
        },
        {
            "start": 931706515,
            "stop": 931706520
        },
        {
            "start": 931706526,
            "stop": 931706539
        },
        {
            "start": 931706545,
            "stop": 931706552
        },
        {
            "start": 931706558,
            "stop": 931706562
        }
    ]
}