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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8834",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8832",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8833,
    "results": [
        {
            "start": 874428360,
            "stop": 874429790
        },
        {
            "start": 874429930,
            "stop": 874430030
        },
        {
            "start": 874430110,
            "stop": 874430294
        },
        {
            "start": 874430477,
            "stop": 874430898
        },
        {
            "start": 874431018,
            "stop": 874431120
        },
        {
            "start": 874431266,
            "stop": 874432701
        },
        {
            "start": 874432718,
            "stop": 874433006
        },
        {
            "start": 874433024,
            "stop": 874433384
        },
        {
            "start": 874433565,
            "stop": 874433686
        },
        {
            "start": 874433836,
            "stop": 874434360
        },
        {
            "start": 874434660,
            "stop": 874435104
        },
        {
            "start": 874435121,
            "stop": 874435500
        },
        {
            "start": 874435560,
            "stop": 874436088
        },
        {
            "start": 874436128,
            "stop": 874436605
        },
        {
            "start": 874438904,
            "stop": 874439910
        },
        {
            "start": 874440370,
            "stop": 874441229
        },
        {
            "start": 874441349,
            "stop": 874442520
        },
        {
            "start": 874442580,
            "stop": 874443530
        },
        {
            "start": 874443610,
            "stop": 874443770
        },
        {
            "start": 874443850,
            "stop": 874444091
        }
    ]
}