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=14
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=15",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=13",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 14,
    "results": [
        {
            "start": 1398304824,
            "stop": 1398315956
        },
        {
            "start": 1398315959,
            "stop": 1398322120
        },
        {
            "start": 1398322125,
            "stop": 1398327425
        },
        {
            "start": 1398327428,
            "stop": 1398331201
        },
        {
            "start": 1398331205,
            "stop": 1398335262
        },
        {
            "start": 1398335264,
            "stop": 1398344208
        },
        {
            "start": 1398344210,
            "stop": 1398351587
        },
        {
            "start": 1398364650,
            "stop": 1398366834
        },
        {
            "start": 1398371810,
            "stop": 1398372578
        },
        {
            "start": 1398387362,
            "stop": 1398397807
        },
        {
            "start": 1398402919,
            "stop": 1398404129
        },
        {
            "start": 1398404130,
            "stop": 1398407075
        },
        {
            "start": 1398407519,
            "stop": 1398411755
        },
        {
            "start": 1398411759,
            "stop": 1398413174
        },
        {
            "start": 1398413177,
            "stop": 1398428733
        },
        {
            "start": 1398428738,
            "stop": 1398430982
        },
        {
            "start": 1398435699,
            "stop": 1398446307
        },
        {
            "start": 1398446312,
            "stop": 1398447995
        },
        {
            "start": 1398447999,
            "stop": 1398452022
        },
        {
            "start": 1398452026,
            "stop": 1398453245
        }
    ]
}