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=105
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=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=104",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 105,
    "results": [
        {
            "start": 825254599,
            "stop": 825254601
        },
        {
            "start": 825254604,
            "stop": 825254607
        },
        {
            "start": 825254608,
            "stop": 825254824
        },
        {
            "start": 825254826,
            "stop": 825256477
        },
        {
            "start": 825256480,
            "stop": 825256619
        },
        {
            "start": 825257654,
            "stop": 825257741
        },
        {
            "start": 825258494,
            "stop": 825259260
        },
        {
            "start": 825259261,
            "stop": 825259274
        },
        {
            "start": 825264358,
            "stop": 825265729
        },
        {
            "start": 825291422,
            "stop": 825292134
        },
        {
            "start": 825292292,
            "stop": 825292659
        },
        {
            "start": 825296506,
            "stop": 825296765
        },
        {
            "start": 825301904,
            "stop": 825302920
        },
        {
            "start": 825304328,
            "stop": 825304519
        },
        {
            "start": 825304520,
            "stop": 825304553
        },
        {
            "start": 825307585,
            "stop": 825328651
        },
        {
            "start": 825328654,
            "stop": 825328725
        },
        {
            "start": 825328727,
            "stop": 825328738
        },
        {
            "start": 825329634,
            "stop": 825338061
        },
        {
            "start": 825338063,
            "stop": 825338112
        }
    ]
}