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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=32",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 33,
    "results": [
        {
            "start": 931218894,
            "stop": 931218976
        },
        {
            "start": 931218982,
            "stop": 931218987
        },
        {
            "start": 931218996,
            "stop": 931219035
        },
        {
            "start": 931219040,
            "stop": 931219097
        },
        {
            "start": 931219103,
            "stop": 931219335
        },
        {
            "start": 931219345,
            "stop": 931219461
        },
        {
            "start": 931219467,
            "stop": 931219568
        },
        {
            "start": 931219574,
            "stop": 931219599
        },
        {
            "start": 931219605,
            "stop": 931219671
        },
        {
            "start": 931219677,
            "stop": 931219678
        },
        {
            "start": 931219684,
            "stop": 931219790
        },
        {
            "start": 931219796,
            "stop": 931219841
        },
        {
            "start": 931219846,
            "stop": 931219872
        },
        {
            "start": 931219886,
            "stop": 931219889
        },
        {
            "start": 931219898,
            "stop": 931219903
        },
        {
            "start": 931219909,
            "stop": 931219922
        },
        {
            "start": 931219929,
            "stop": 931219942
        },
        {
            "start": 931219947,
            "stop": 931219952
        },
        {
            "start": 931219958,
            "stop": 931219990
        },
        {
            "start": 931219996,
            "stop": 931219998
        }
    ]
}