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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1797",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1795",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1796,
    "results": [
        {
            "start": 960005742,
            "stop": 960008237
        },
        {
            "start": 960008239,
            "stop": 960014818
        },
        {
            "start": 960014820,
            "stop": 960022452
        },
        {
            "start": 960022454,
            "stop": 960026698
        },
        {
            "start": 960026700,
            "stop": 960030739
        },
        {
            "start": 960072143,
            "stop": 960078613
        },
        {
            "start": 960100429,
            "stop": 960103438
        },
        {
            "start": 960103440,
            "stop": 960104481
        },
        {
            "start": 960105426,
            "stop": 960106127
        },
        {
            "start": 960106129,
            "stop": 960116653
        },
        {
            "start": 960116655,
            "stop": 960116780
        },
        {
            "start": 960125236,
            "stop": 960125645
        },
        {
            "start": 960125647,
            "stop": 960125719
        },
        {
            "start": 960125720,
            "stop": 960125802
        },
        {
            "start": 960125804,
            "stop": 960125863
        },
        {
            "start": 960125865,
            "stop": 960125867
        },
        {
            "start": 960125869,
            "stop": 960125897
        },
        {
            "start": 960125899,
            "stop": 960125923
        },
        {
            "start": 960125925,
            "stop": 960125971
        },
        {
            "start": 960128018,
            "stop": 960128032
        }
    ]
}