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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=103",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 104,
    "results": [
        {
            "start": 1412546743,
            "stop": 1412547200
        },
        {
            "start": 1412547205,
            "stop": 1412547211
        },
        {
            "start": 1412547215,
            "stop": 1412548493
        },
        {
            "start": 1412587462,
            "stop": 1412588389
        },
        {
            "start": 1412591690,
            "stop": 1412593033
        },
        {
            "start": 1412593038,
            "stop": 1412594832
        },
        {
            "start": 1412594835,
            "stop": 1412601566
        },
        {
            "start": 1412601571,
            "stop": 1412606380
        },
        {
            "start": 1412606385,
            "stop": 1412606731
        },
        {
            "start": 1412606736,
            "stop": 1412607732
        },
        {
            "start": 1412607737,
            "stop": 1412607760
        },
        {
            "start": 1412627172,
            "stop": 1412628178
        },
        {
            "start": 1412628183,
            "stop": 1412628962
        },
        {
            "start": 1412628967,
            "stop": 1412629791
        },
        {
            "start": 1412629796,
            "stop": 1412631957
        },
        {
            "start": 1412636387,
            "stop": 1412638544
        },
        {
            "start": 1412638549,
            "stop": 1412644627
        },
        {
            "start": 1412644632,
            "stop": 1412650918
        },
        {
            "start": 1412650923,
            "stop": 1412651729
        },
        {
            "start": 1412651734,
            "stop": 1412651743
        }
    ]
}