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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=88",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 89,
    "results": [
        {
            "start": 1238447398,
            "stop": 1238447774
        },
        {
            "start": 1238447776,
            "stop": 1238447801
        },
        {
            "start": 1238447803,
            "stop": 1238447951
        },
        {
            "start": 1238447953,
            "stop": 1238447957
        },
        {
            "start": 1238447959,
            "stop": 1238447967
        },
        {
            "start": 1238447970,
            "stop": 1238447974
        },
        {
            "start": 1238447975,
            "stop": 1238447986
        },
        {
            "start": 1238447987,
            "stop": 1238448183
        },
        {
            "start": 1238448189,
            "stop": 1238448379
        },
        {
            "start": 1238448383,
            "stop": 1238448440
        },
        {
            "start": 1238448444,
            "stop": 1238448510
        },
        {
            "start": 1238448511,
            "stop": 1238448543
        },
        {
            "start": 1238448545,
            "stop": 1238448933
        },
        {
            "start": 1238448934,
            "stop": 1238449225
        },
        {
            "start": 1238449226,
            "stop": 1238449429
        },
        {
            "start": 1238449431,
            "stop": 1238449644
        },
        {
            "start": 1238449645,
            "stop": 1238449731
        },
        {
            "start": 1238449732,
            "stop": 1238450148
        },
        {
            "start": 1238450150,
            "stop": 1238450446
        },
        {
            "start": 1238450448,
            "stop": 1238450504
        }
    ]
}