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=6069
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=6070",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6068",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6069,
    "results": [
        {
            "start": 873865128,
            "stop": 873865139
        },
        {
            "start": 873865142,
            "stop": 873865192
        },
        {
            "start": 873865195,
            "stop": 873865220
        },
        {
            "start": 873865227,
            "stop": 873865237
        },
        {
            "start": 873865240,
            "stop": 873865244
        },
        {
            "start": 873865249,
            "stop": 873865266
        },
        {
            "start": 873865269,
            "stop": 873865277
        },
        {
            "start": 873865280,
            "stop": 873865300
        },
        {
            "start": 873865303,
            "stop": 873865306
        },
        {
            "start": 873865309,
            "stop": 873865319
        },
        {
            "start": 873865322,
            "stop": 873865357
        },
        {
            "start": 873865363,
            "stop": 873865370
        },
        {
            "start": 873865376,
            "stop": 873865397
        },
        {
            "start": 873865404,
            "stop": 873865406
        },
        {
            "start": 873865410,
            "stop": 873865426
        },
        {
            "start": 873865429,
            "stop": 873865446
        },
        {
            "start": 873865453,
            "stop": 873865457
        },
        {
            "start": 873865461,
            "stop": 873865473
        },
        {
            "start": 873865476,
            "stop": 873865480
        },
        {
            "start": 873865485,
            "stop": 873865492
        }
    ]
}