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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3785",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3783",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3784,
    "results": [
        {
            "start": 874435804,
            "stop": 874436088
        },
        {
            "start": 874436128,
            "stop": 874436605
        },
        {
            "start": 874438904,
            "stop": 874439910
        },
        {
            "start": 874440363,
            "stop": 874440397
        },
        {
            "start": 874440414,
            "stop": 874440589
        },
        {
            "start": 874440606,
            "stop": 874440620
        },
        {
            "start": 874440654,
            "stop": 874442255
        },
        {
            "start": 874442272,
            "stop": 874442430
        },
        {
            "start": 874442447,
            "stop": 874443540
        },
        {
            "start": 874443600,
            "stop": 874443780
        },
        {
            "start": 874443840,
            "stop": 874444091
        },
        {
            "start": 874444108,
            "stop": 874444208
        },
        {
            "start": 874444225,
            "stop": 874444649
        },
        {
            "start": 874444666,
            "stop": 874444691
        },
        {
            "start": 874444708,
            "stop": 874445891
        },
        {
            "start": 874445908,
            "stop": 874445986
        },
        {
            "start": 874446003,
            "stop": 874446053
        },
        {
            "start": 874446070,
            "stop": 874446100
        },
        {
            "start": 874446117,
            "stop": 874446488
        },
        {
            "start": 874446505,
            "stop": 874446611
        }
    ]
}