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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=118",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 119,
    "results": [
        {
            "start": 1238888588,
            "stop": 1238889304
        },
        {
            "start": 1238896163,
            "stop": 1238897840
        },
        {
            "start": 1238897844,
            "stop": 1238899544
        },
        {
            "start": 1238899548,
            "stop": 1238899561
        },
        {
            "start": 1238899566,
            "stop": 1238899836
        },
        {
            "start": 1238899840,
            "stop": 1238900484
        },
        {
            "start": 1238900488,
            "stop": 1238900936
        },
        {
            "start": 1238900939,
            "stop": 1238901322
        },
        {
            "start": 1238901327,
            "stop": 1238901738
        },
        {
            "start": 1238901741,
            "stop": 1238901875
        },
        {
            "start": 1238901878,
            "stop": 1238904414
        },
        {
            "start": 1238904418,
            "stop": 1238904979
        },
        {
            "start": 1238904982,
            "stop": 1238906595
        },
        {
            "start": 1238906599,
            "stop": 1238913280
        },
        {
            "start": 1238913285,
            "stop": 1238917089
        },
        {
            "start": 1238917092,
            "stop": 1238917669
        },
        {
            "start": 1238917672,
            "stop": 1238917958
        },
        {
            "start": 1238917961,
            "stop": 1238919328
        },
        {
            "start": 1238919330,
            "stop": 1238920652
        },
        {
            "start": 1238920654,
            "stop": 1238921244
        }
    ]
}