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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=50",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 51,
    "results": [
        {
            "start": 1402248247,
            "stop": 1402263830
        },
        {
            "start": 1402263834,
            "stop": 1402276386
        },
        {
            "start": 1402276387,
            "stop": 1402277107
        },
        {
            "start": 1402277110,
            "stop": 1402278228
        },
        {
            "start": 1402278231,
            "stop": 1402279362
        },
        {
            "start": 1402279367,
            "stop": 1402293162
        },
        {
            "start": 1402293166,
            "stop": 1402309077
        },
        {
            "start": 1402309081,
            "stop": 1402309949
        },
        {
            "start": 1402310584,
            "stop": 1402321027
        },
        {
            "start": 1402321032,
            "stop": 1402323056
        },
        {
            "start": 1402323058,
            "stop": 1402325092
        },
        {
            "start": 1402325097,
            "stop": 1402327824
        },
        {
            "start": 1402329524,
            "stop": 1402331012
        },
        {
            "start": 1402336600,
            "stop": 1402336667
        },
        {
            "start": 1402339492,
            "stop": 1402345749
        },
        {
            "start": 1402345752,
            "stop": 1402354799
        },
        {
            "start": 1402354804,
            "stop": 1402360157
        },
        {
            "start": 1402360162,
            "stop": 1402361411
        },
        {
            "start": 1402361416,
            "stop": 1402373823
        },
        {
            "start": 1402373827,
            "stop": 1402377201
        }
    ]
}