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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=203",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 204,
    "results": [
        {
            "start": 1259214791,
            "stop": 1259215376
        },
        {
            "start": 1259215379,
            "stop": 1259215508
        },
        {
            "start": 1259215511,
            "stop": 1259216150
        },
        {
            "start": 1259216153,
            "stop": 1259216191
        },
        {
            "start": 1259216194,
            "stop": 1259216497
        },
        {
            "start": 1259216498,
            "stop": 1259216504
        },
        {
            "start": 1259216507,
            "stop": 1259216642
        },
        {
            "start": 1259247678,
            "stop": 1259247706
        },
        {
            "start": 1259247715,
            "stop": 1259247721
        },
        {
            "start": 1259247724,
            "stop": 1259247996
        },
        {
            "start": 1259247999,
            "stop": 1259248007
        },
        {
            "start": 1259248010,
            "stop": 1259248045
        },
        {
            "start": 1259248048,
            "stop": 1259248119
        },
        {
            "start": 1259248123,
            "stop": 1259248229
        },
        {
            "start": 1259248238,
            "stop": 1259248239
        },
        {
            "start": 1259248242,
            "stop": 1259248246
        },
        {
            "start": 1259248249,
            "stop": 1259248281
        },
        {
            "start": 1259248284,
            "stop": 1259248337
        },
        {
            "start": 1259248340,
            "stop": 1259248372
        },
        {
            "start": 1259248375,
            "stop": 1259248378
        }
    ]
}