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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=174",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 175,
    "results": [
        {
            "start": 1239852402,
            "stop": 1239852423
        },
        {
            "start": 1239852424,
            "stop": 1239852464
        },
        {
            "start": 1239852466,
            "stop": 1239852474
        },
        {
            "start": 1239852476,
            "stop": 1239852524
        },
        {
            "start": 1239852526,
            "stop": 1239852931
        },
        {
            "start": 1239852934,
            "stop": 1239852941
        },
        {
            "start": 1239852949,
            "stop": 1239853115
        },
        {
            "start": 1239853123,
            "stop": 1239853320
        },
        {
            "start": 1239853322,
            "stop": 1239853678
        },
        {
            "start": 1239853680,
            "stop": 1239853974
        },
        {
            "start": 1239853976,
            "stop": 1239853999
        },
        {
            "start": 1239854002,
            "stop": 1239854198
        },
        {
            "start": 1239854199,
            "stop": 1239854200
        },
        {
            "start": 1239854201,
            "stop": 1239854245
        },
        {
            "start": 1239854246,
            "stop": 1239854413
        },
        {
            "start": 1239854415,
            "stop": 1239854597
        },
        {
            "start": 1239854600,
            "stop": 1239854663
        },
        {
            "start": 1239854664,
            "stop": 1239854964
        },
        {
            "start": 1239854965,
            "stop": 1239854987
        },
        {
            "start": 1239854990,
            "stop": 1239854998
        }
    ]
}