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=6175
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=6176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6174",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6175,
    "results": [
        {
            "start": 874422010,
            "stop": 874422030
        },
        {
            "start": 874422031,
            "stop": 874422104
        },
        {
            "start": 874422105,
            "stop": 874422107
        },
        {
            "start": 874422108,
            "stop": 874422181
        },
        {
            "start": 874422182,
            "stop": 874422184
        },
        {
            "start": 874422185,
            "stop": 874422200
        },
        {
            "start": 874422204,
            "stop": 874422205
        },
        {
            "start": 874422206,
            "stop": 874422211
        },
        {
            "start": 874422213,
            "stop": 874422215
        },
        {
            "start": 874422216,
            "stop": 874422219
        },
        {
            "start": 874422220,
            "stop": 874422232
        },
        {
            "start": 874422233,
            "stop": 874422245
        },
        {
            "start": 874422246,
            "stop": 874422252
        },
        {
            "start": 874429309,
            "stop": 874431751
        },
        {
            "start": 874431754,
            "stop": 874432800
        },
        {
            "start": 874432860,
            "stop": 874432889
        },
        {
            "start": 874433689,
            "stop": 874433981
        },
        {
            "start": 874434244,
            "stop": 874434502
        },
        {
            "start": 874434505,
            "stop": 874436267
        },
        {
            "start": 874436697,
            "stop": 874437433
        }
    ]
}