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=1067
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=1068",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1066",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1067,
    "results": [
        {
            "start": 1253101486,
            "stop": 1253102001
        },
        {
            "start": 1253102005,
            "stop": 1253102424
        },
        {
            "start": 1253102427,
            "stop": 1253103212
        },
        {
            "start": 1253103216,
            "stop": 1253103394
        },
        {
            "start": 1253103398,
            "stop": 1253103555
        },
        {
            "start": 1253103560,
            "stop": 1253103576
        },
        {
            "start": 1253103580,
            "stop": 1253103952
        },
        {
            "start": 1253103963,
            "stop": 1253104298
        },
        {
            "start": 1253104303,
            "stop": 1253104312
        },
        {
            "start": 1253104316,
            "stop": 1253104407
        },
        {
            "start": 1253104412,
            "stop": 1253104530
        },
        {
            "start": 1253104535,
            "stop": 1253104538
        },
        {
            "start": 1253104546,
            "stop": 1253104706
        },
        {
            "start": 1253104711,
            "stop": 1253104716
        },
        {
            "start": 1253104721,
            "stop": 1253104907
        },
        {
            "start": 1253104911,
            "stop": 1253104912
        },
        {
            "start": 1253104915,
            "stop": 1253105404
        },
        {
            "start": 1253105408,
            "stop": 1253105954
        },
        {
            "start": 1253105958,
            "stop": 1253106025
        },
        {
            "start": 1253106030,
            "stop": 1253106036
        }
    ]
}