Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=92
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=91",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 92,
    "results": [
        {
            "start": 1407193643,
            "stop": 1407195288
        },
        {
            "start": 1407195292,
            "stop": 1407195558
        },
        {
            "start": 1407195563,
            "stop": 1407195894
        },
        {
            "start": 1407195898,
            "stop": 1407196936
        },
        {
            "start": 1407196939,
            "stop": 1407197248
        },
        {
            "start": 1407197252,
            "stop": 1407198453
        },
        {
            "start": 1407198457,
            "stop": 1407198501
        },
        {
            "start": 1407198506,
            "stop": 1407199031
        },
        {
            "start": 1407199034,
            "stop": 1407201152
        },
        {
            "start": 1407201157,
            "stop": 1407206036
        },
        {
            "start": 1407206038,
            "stop": 1407212309
        },
        {
            "start": 1407212313,
            "stop": 1407232028
        },
        {
            "start": 1407232032,
            "stop": 1407232395
        },
        {
            "start": 1407232398,
            "stop": 1407238110
        },
        {
            "start": 1407238114,
            "stop": 1407252523
        },
        {
            "start": 1407252526,
            "stop": 1407253685
        },
        {
            "start": 1407253687,
            "stop": 1407261782
        },
        {
            "start": 1407274131,
            "stop": 1407280965
        },
        {
            "start": 1407280967,
            "stop": 1407290701
        },
        {
            "start": 1407290705,
            "stop": 1407292466
        }
    ]
}