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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=25",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 26,
    "results": [
        {
            "start": 1399835175,
            "stop": 1399835647
        },
        {
            "start": 1399835695,
            "stop": 1399835855
        },
        {
            "start": 1399835919,
            "stop": 1399836687
        },
        {
            "start": 1399836735,
            "stop": 1399837897
        },
        {
            "start": 1399837899,
            "stop": 1399839279
        },
        {
            "start": 1399839343,
            "stop": 1399840839
        },
        {
            "start": 1399840887,
            "stop": 1399841191
        },
        {
            "start": 1399841239,
            "stop": 1399841831
        },
        {
            "start": 1399841895,
            "stop": 1399842639
        },
        {
            "start": 1399844416,
            "stop": 1399845527
        },
        {
            "start": 1399845591,
            "stop": 1399845815
        },
        {
            "start": 1399845863,
            "stop": 1399848967
        },
        {
            "start": 1399849031,
            "stop": 1399849239
        },
        {
            "start": 1399849303,
            "stop": 1399849607
        },
        {
            "start": 1399849671,
            "stop": 1399849719
        },
        {
            "start": 1399849767,
            "stop": 1399850751
        },
        {
            "start": 1399850799,
            "stop": 1399854245
        },
        {
            "start": 1399854250,
            "stop": 1399854639
        },
        {
            "start": 1399854687,
            "stop": 1399856439
        },
        {
            "start": 1399856503,
            "stop": 1399856727
        }
    ]
}