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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=40",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 41,
    "results": [
        {
            "start": 816740986,
            "stop": 816741156
        },
        {
            "start": 816741159,
            "stop": 816742020
        },
        {
            "start": 816742023,
            "stop": 816742050
        },
        {
            "start": 816757833,
            "stop": 816758048
        },
        {
            "start": 816758051,
            "stop": 816758488
        },
        {
            "start": 816758491,
            "stop": 816758761
        },
        {
            "start": 816758764,
            "stop": 816759013
        },
        {
            "start": 816759016,
            "stop": 816759377
        },
        {
            "start": 816760119,
            "stop": 816761498
        },
        {
            "start": 816761501,
            "stop": 816762035
        },
        {
            "start": 816762038,
            "stop": 816762039
        },
        {
            "start": 816762042,
            "stop": 816762076
        },
        {
            "start": 816762079,
            "stop": 816762080
        },
        {
            "start": 816762084,
            "stop": 816762091
        },
        {
            "start": 816762095,
            "stop": 816762355
        },
        {
            "start": 816762358,
            "stop": 816762557
        },
        {
            "start": 816762560,
            "stop": 816762734
        },
        {
            "start": 816762738,
            "stop": 816762765
        },
        {
            "start": 816762769,
            "stop": 816763074
        },
        {
            "start": 816763077,
            "stop": 816763379
        }
    ]
}