Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2450
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2451",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2449",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2450,
    "results": [
        {
            "start": 874432718,
            "stop": 874433006
        },
        {
            "start": 874433024,
            "stop": 874433384
        },
        {
            "start": 874433565,
            "stop": 874434470
        },
        {
            "start": 874434610,
            "stop": 874435104
        },
        {
            "start": 874435121,
            "stop": 874436605
        },
        {
            "start": 874438904,
            "stop": 874439910
        },
        {
            "start": 874440370,
            "stop": 874442520
        },
        {
            "start": 874442580,
            "stop": 874443530
        },
        {
            "start": 874443610,
            "stop": 874443770
        },
        {
            "start": 874443850,
            "stop": 874444091
        },
        {
            "start": 874444108,
            "stop": 874445891
        },
        {
            "start": 874445908,
            "stop": 874446100
        },
        {
            "start": 874446117,
            "stop": 874446488
        },
        {
            "start": 874446505,
            "stop": 874446611
        },
        {
            "start": 874446628,
            "stop": 874447490
        },
        {
            "start": 874447570,
            "stop": 874447870
        },
        {
            "start": 874447887,
            "stop": 874448270
        },
        {
            "start": 874448410,
            "stop": 874449462
        },
        {
            "start": 874449479,
            "stop": 874450213
        },
        {
            "start": 874450230,
            "stop": 874450670
        }
    ]
}