Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=25
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=24",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 25,
    "results": [
        {
            "start": 1238374316,
            "stop": 1238374369
        },
        {
            "start": 1238383560,
            "stop": 1238383899
        },
        {
            "start": 1238384700,
            "stop": 1238388044
        },
        {
            "start": 1238388047,
            "stop": 1238389173
        },
        {
            "start": 1238389174,
            "stop": 1238390692
        },
        {
            "start": 1238390695,
            "stop": 1238390958
        },
        {
            "start": 1238390961,
            "stop": 1238391947
        },
        {
            "start": 1238391950,
            "stop": 1238392426
        },
        {
            "start": 1238392429,
            "stop": 1238397875
        },
        {
            "start": 1238397876,
            "stop": 1238398195
        },
        {
            "start": 1238398203,
            "stop": 1238400237
        },
        {
            "start": 1238400240,
            "stop": 1238400385
        },
        {
            "start": 1238400388,
            "stop": 1238401064
        },
        {
            "start": 1238401066,
            "stop": 1238403190
        },
        {
            "start": 1238403193,
            "stop": 1238403322
        },
        {
            "start": 1238403325,
            "stop": 1238404384
        },
        {
            "start": 1238404387,
            "stop": 1238405320
        },
        {
            "start": 1238405323,
            "stop": 1238405657
        },
        {
            "start": 1238405660,
            "stop": 1238408831
        },
        {
            "start": 1238408834,
            "stop": 1238409795
        }
    ]
}