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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=467",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=465",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 466,
    "results": [
        {
            "start": 861489324,
            "stop": 861490272
        },
        {
            "start": 861491942,
            "stop": 861496830
        },
        {
            "start": 861496929,
            "stop": 861496930
        },
        {
            "start": 861496938,
            "stop": 861497312
        },
        {
            "start": 861497314,
            "stop": 861498363
        },
        {
            "start": 861498410,
            "stop": 861514817
        },
        {
            "start": 861514903,
            "stop": 861521011
        },
        {
            "start": 861521013,
            "stop": 861521083
        },
        {
            "start": 861521084,
            "stop": 861521094
        },
        {
            "start": 861521096,
            "stop": 861521154
        },
        {
            "start": 861521156,
            "stop": 861521175
        },
        {
            "start": 861521177,
            "stop": 861521196
        },
        {
            "start": 861523156,
            "stop": 861536226
        },
        {
            "start": 861536228,
            "stop": 861538320
        },
        {
            "start": 861538481,
            "stop": 861540174
        },
        {
            "start": 861540287,
            "stop": 861541588
        },
        {
            "start": 861541590,
            "stop": 861541615
        },
        {
            "start": 861541616,
            "stop": 861541800
        },
        {
            "start": 861541802,
            "stop": 861541807
        },
        {
            "start": 861541812,
            "stop": 861541868
        }
    ]
}