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=770
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=771",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=769",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 770,
    "results": [
        {
            "start": 1249227300,
            "stop": 1249228718
        },
        {
            "start": 1249228719,
            "stop": 1249228784
        },
        {
            "start": 1249229904,
            "stop": 1249230332
        },
        {
            "start": 1249232979,
            "stop": 1249233831
        },
        {
            "start": 1249233836,
            "stop": 1249238209
        },
        {
            "start": 1249238214,
            "stop": 1249239829
        },
        {
            "start": 1249239833,
            "stop": 1249240411
        },
        {
            "start": 1249240414,
            "stop": 1249241498
        },
        {
            "start": 1249241503,
            "stop": 1249241638
        },
        {
            "start": 1249241642,
            "stop": 1249243171
        },
        {
            "start": 1249248623,
            "stop": 1249248660
        },
        {
            "start": 1249254413,
            "stop": 1249254763
        },
        {
            "start": 1249254765,
            "stop": 1249259197
        },
        {
            "start": 1249263012,
            "stop": 1249263606
        },
        {
            "start": 1249263609,
            "stop": 1249267769
        },
        {
            "start": 1249267773,
            "stop": 1249275240
        },
        {
            "start": 1249275244,
            "stop": 1249275856
        },
        {
            "start": 1249275860,
            "stop": 1249278973
        },
        {
            "start": 1249278977,
            "stop": 1249281577
        },
        {
            "start": 1249281581,
            "stop": 1249286937
        }
    ]
}