Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=358
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=359",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=357",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 358,
    "results": [
        {
            "start": 1181629202,
            "stop": 1181629203
        },
        {
            "start": 1181629206,
            "stop": 1181629208
        },
        {
            "start": 1181629211,
            "stop": 1181629213
        },
        {
            "start": 1181629215,
            "stop": 1181629216
        },
        {
            "start": 1181629219,
            "stop": 1181629222
        },
        {
            "start": 1181629223,
            "stop": 1181629225
        },
        {
            "start": 1181629226,
            "stop": 1181629227
        },
        {
            "start": 1181629229,
            "stop": 1181629232
        },
        {
            "start": 1181629234,
            "stop": 1181629235
        },
        {
            "start": 1181629236,
            "stop": 1181629238
        },
        {
            "start": 1181629239,
            "stop": 1181629244
        },
        {
            "start": 1181640960,
            "stop": 1181641666
        },
        {
            "start": 1181641724,
            "stop": 1181641965
        },
        {
            "start": 1181642327,
            "stop": 1181642505
        },
        {
            "start": 1181642687,
            "stop": 1181643154
        },
        {
            "start": 1181643155,
            "stop": 1181644122
        },
        {
            "start": 1181644589,
            "stop": 1181644767
        },
        {
            "start": 1181644769,
            "stop": 1181645306
        },
        {
            "start": 1181645307,
            "stop": 1181645514
        },
        {
            "start": 1181645516,
            "stop": 1181646980
        }
    ]
}