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=693
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=694",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=692",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 693,
    "results": [
        {
            "start": 1265920943,
            "stop": 1265921286
        },
        {
            "start": 1265921289,
            "stop": 1265921866
        },
        {
            "start": 1265921869,
            "stop": 1265923077
        },
        {
            "start": 1265923080,
            "stop": 1265924738
        },
        {
            "start": 1265924741,
            "stop": 1265925536
        },
        {
            "start": 1265925539,
            "stop": 1265929010
        },
        {
            "start": 1265929013,
            "stop": 1265929256
        },
        {
            "start": 1265929259,
            "stop": 1265932008
        },
        {
            "start": 1265932011,
            "stop": 1265932262
        },
        {
            "start": 1265932265,
            "stop": 1265933487
        },
        {
            "start": 1265933495,
            "stop": 1265933577
        },
        {
            "start": 1265933584,
            "stop": 1265939075
        },
        {
            "start": 1265944330,
            "stop": 1265945371
        },
        {
            "start": 1265945374,
            "stop": 1265950196
        },
        {
            "start": 1265950199,
            "stop": 1265954314
        },
        {
            "start": 1265954317,
            "stop": 1265956635
        },
        {
            "start": 1265956638,
            "stop": 1265958397
        },
        {
            "start": 1265958400,
            "stop": 1265962465
        },
        {
            "start": 1265962467,
            "stop": 1265962973
        },
        {
            "start": 1265962976,
            "stop": 1265967938
        }
    ]
}