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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=163",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 164,
    "results": [
        {
            "start": 1239638277,
            "stop": 1239638469
        },
        {
            "start": 1239638474,
            "stop": 1239638477
        },
        {
            "start": 1239638482,
            "stop": 1239638576
        },
        {
            "start": 1239638579,
            "stop": 1239638727
        },
        {
            "start": 1239638728,
            "stop": 1239638904
        },
        {
            "start": 1239638908,
            "stop": 1239639057
        },
        {
            "start": 1239639062,
            "stop": 1239639084
        },
        {
            "start": 1239639088,
            "stop": 1239639089
        },
        {
            "start": 1239639094,
            "stop": 1239639096
        },
        {
            "start": 1239639101,
            "stop": 1239639106
        },
        {
            "start": 1239639111,
            "stop": 1239639121
        },
        {
            "start": 1239639126,
            "stop": 1239639295
        },
        {
            "start": 1239639300,
            "stop": 1239639307
        },
        {
            "start": 1239639308,
            "stop": 1239639378
        },
        {
            "start": 1239639383,
            "stop": 1239639409
        },
        {
            "start": 1239639414,
            "stop": 1239639437
        },
        {
            "start": 1239639440,
            "stop": 1239639531
        },
        {
            "start": 1239639535,
            "stop": 1239639573
        },
        {
            "start": 1239639577,
            "stop": 1239639581
        },
        {
            "start": 1239639586,
            "stop": 1239639644
        }
    ]
}