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=6121
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=6122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6120",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6121,
    "results": [
        {
            "start": 874153095,
            "stop": 874153126
        },
        {
            "start": 874153129,
            "stop": 874153188
        },
        {
            "start": 874153194,
            "stop": 874153321
        },
        {
            "start": 874153324,
            "stop": 874154498
        },
        {
            "start": 874154500,
            "stop": 874155004
        },
        {
            "start": 874155005,
            "stop": 874155036
        },
        {
            "start": 874155039,
            "stop": 874155080
        },
        {
            "start": 874155081,
            "stop": 874155246
        },
        {
            "start": 874155248,
            "stop": 874155459
        },
        {
            "start": 874155462,
            "stop": 874155474
        },
        {
            "start": 874155476,
            "stop": 874155664
        },
        {
            "start": 874155665,
            "stop": 874155676
        },
        {
            "start": 874155677,
            "stop": 874155854
        },
        {
            "start": 874155856,
            "stop": 874155894
        },
        {
            "start": 874155897,
            "stop": 874156050
        },
        {
            "start": 874156054,
            "stop": 874156067
        },
        {
            "start": 874156070,
            "stop": 874156170
        },
        {
            "start": 874156173,
            "stop": 874156174
        },
        {
            "start": 874156179,
            "stop": 874156346
        },
        {
            "start": 874156349,
            "stop": 874156389
        }
    ]
}