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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=72",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 73,
    "results": [
        {
            "start": 1131714521,
            "stop": 1131728751
        },
        {
            "start": 1131733827,
            "stop": 1131734169
        },
        {
            "start": 1131736295,
            "stop": 1131747230
        },
        {
            "start": 1131747232,
            "stop": 1131750294
        },
        {
            "start": 1131750296,
            "stop": 1131751069
        },
        {
            "start": 1131751070,
            "stop": 1131752972
        },
        {
            "start": 1131752973,
            "stop": 1131753713
        },
        {
            "start": 1131753714,
            "stop": 1131770813
        },
        {
            "start": 1131770820,
            "stop": 1131772403
        },
        {
            "start": 1131772411,
            "stop": 1131773489
        },
        {
            "start": 1131773490,
            "stop": 1131774137
        },
        {
            "start": 1131774145,
            "stop": 1131775957
        },
        {
            "start": 1131775964,
            "stop": 1131777449
        },
        {
            "start": 1131779500,
            "stop": 1131780860
        },
        {
            "start": 1131944359,
            "stop": 1131945839
        },
        {
            "start": 1131945846,
            "stop": 1131954783
        },
        {
            "start": 1131957539,
            "stop": 1131962150
        },
        {
            "start": 1131970993,
            "stop": 1131981199
        },
        {
            "start": 1131981206,
            "stop": 1131988271
        },
        {
            "start": 1132013797,
            "stop": 1132020542
        }
    ]
}