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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=11",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 12,
    "results": [
        {
            "start": 816653325,
            "stop": 816654973
        },
        {
            "start": 816656274,
            "stop": 816656839
        },
        {
            "start": 816656844,
            "stop": 816657440
        },
        {
            "start": 816657443,
            "stop": 816657679
        },
        {
            "start": 816657682,
            "stop": 816658134
        },
        {
            "start": 816658137,
            "stop": 816658818
        },
        {
            "start": 816658821,
            "stop": 816658999
        },
        {
            "start": 816659002,
            "stop": 816659114
        },
        {
            "start": 816659117,
            "stop": 816659435
        },
        {
            "start": 816659438,
            "stop": 816659595
        },
        {
            "start": 816659598,
            "stop": 816660181
        },
        {
            "start": 816660184,
            "stop": 816660469
        },
        {
            "start": 816660472,
            "stop": 816660932
        },
        {
            "start": 816660935,
            "stop": 816661013
        },
        {
            "start": 816661016,
            "stop": 816661798
        },
        {
            "start": 816661801,
            "stop": 816661872
        },
        {
            "start": 816661875,
            "stop": 816662199
        },
        {
            "start": 816662202,
            "stop": 816662278
        },
        {
            "start": 816662281,
            "stop": 816662292
        },
        {
            "start": 816662295,
            "stop": 816662309
        }
    ]
}