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=555
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=556",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=554",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 555,
    "results": [
        {
            "start": 872648643,
            "stop": 872648843
        },
        {
            "start": 872648940,
            "stop": 872657747
        },
        {
            "start": 872657976,
            "stop": 872668705
        },
        {
            "start": 872669760,
            "stop": 872683176
        },
        {
            "start": 872685154,
            "stop": 872691235
        },
        {
            "start": 872691998,
            "stop": 872697319
        },
        {
            "start": 872699114,
            "stop": 872701314
        },
        {
            "start": 872701570,
            "stop": 872702813
        },
        {
            "start": 872703064,
            "stop": 872709501
        },
        {
            "start": 872718225,
            "stop": 872720537
        },
        {
            "start": 872720714,
            "stop": 872721015
        },
        {
            "start": 872721248,
            "stop": 872728095
        },
        {
            "start": 872729953,
            "stop": 872729954
        },
        {
            "start": 872729967,
            "stop": 872729968
        },
        {
            "start": 872729972,
            "stop": 872729973
        },
        {
            "start": 872729997,
            "stop": 872730001
        },
        {
            "start": 872730007,
            "stop": 872730009
        },
        {
            "start": 872730013,
            "stop": 872730015
        },
        {
            "start": 872730019,
            "stop": 872730024
        },
        {
            "start": 872730031,
            "stop": 872730039
        }
    ]
}