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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=69",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 70,
    "results": [
        {
            "start": 931257813,
            "stop": 931257814
        },
        {
            "start": 931257832,
            "stop": 931257833
        },
        {
            "start": 931257835,
            "stop": 931257837
        },
        {
            "start": 931257847,
            "stop": 931257848
        },
        {
            "start": 931257850,
            "stop": 931257851
        },
        {
            "start": 931257855,
            "stop": 931257857
        },
        {
            "start": 931257859,
            "stop": 931257862
        },
        {
            "start": 931257864,
            "stop": 931257867
        },
        {
            "start": 931257870,
            "stop": 931257871
        },
        {
            "start": 931257876,
            "stop": 931257877
        },
        {
            "start": 931257879,
            "stop": 931257887
        },
        {
            "start": 931257892,
            "stop": 931257893
        },
        {
            "start": 931257911,
            "stop": 931257912
        },
        {
            "start": 931257921,
            "stop": 931257926
        },
        {
            "start": 931257937,
            "stop": 931257938
        },
        {
            "start": 931257965,
            "stop": 931257968
        },
        {
            "start": 931257972,
            "stop": 931257973
        },
        {
            "start": 931257975,
            "stop": 931257976
        },
        {
            "start": 931257994,
            "stop": 931257996
        },
        {
            "start": 931258014,
            "stop": 931258017
        }
    ]
}