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/H1_BURST_CAT2/segments?format=api&page=1811
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=1812",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1810",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1811,
    "results": [
        {
            "start": 1250075265,
            "stop": 1250081453
        },
        {
            "start": 1250081456,
            "stop": 1250084556
        },
        {
            "start": 1250084557,
            "stop": 1250088372
        },
        {
            "start": 1250088374,
            "stop": 1250088728
        },
        {
            "start": 1250088731,
            "stop": 1250093023
        },
        {
            "start": 1250093026,
            "stop": 1250093235
        },
        {
            "start": 1250093238,
            "stop": 1250094486
        },
        {
            "start": 1250094489,
            "stop": 1250097127
        },
        {
            "start": 1250097129,
            "stop": 1250097264
        },
        {
            "start": 1250097267,
            "stop": 1250097443
        },
        {
            "start": 1250097446,
            "stop": 1250099364
        },
        {
            "start": 1250099367,
            "stop": 1250102568
        },
        {
            "start": 1250102576,
            "stop": 1250103919
        },
        {
            "start": 1250103922,
            "stop": 1250106799
        },
        {
            "start": 1250106803,
            "stop": 1250107824
        },
        {
            "start": 1250107827,
            "stop": 1250107848
        },
        {
            "start": 1250107851,
            "stop": 1250108231
        },
        {
            "start": 1250108234,
            "stop": 1250109542
        },
        {
            "start": 1250109543,
            "stop": 1250110918
        },
        {
            "start": 1250110921,
            "stop": 1250110959
        }
    ]
}