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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=77",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 78,
    "results": [
        {
            "start": 1409899785,
            "stop": 1409900859
        },
        {
            "start": 1409900864,
            "stop": 1409900905
        },
        {
            "start": 1409900910,
            "stop": 1409906414
        },
        {
            "start": 1409910602,
            "stop": 1409911192
        },
        {
            "start": 1409911197,
            "stop": 1409923332
        },
        {
            "start": 1409923337,
            "stop": 1409930553
        },
        {
            "start": 1409930558,
            "stop": 1409931115
        },
        {
            "start": 1409941882,
            "stop": 1409947303
        },
        {
            "start": 1409961285,
            "stop": 1409962840
        },
        {
            "start": 1409962845,
            "stop": 1409971485
        },
        {
            "start": 1409971490,
            "stop": 1409971556
        },
        {
            "start": 1409971561,
            "stop": 1409971917
        },
        {
            "start": 1409971922,
            "stop": 1409975136
        },
        {
            "start": 1409975141,
            "stop": 1409978850
        },
        {
            "start": 1409978855,
            "stop": 1409994972
        },
        {
            "start": 1409994977,
            "stop": 1410004529
        },
        {
            "start": 1410004534,
            "stop": 1410013322
        },
        {
            "start": 1410051919,
            "stop": 1410062267
        },
        {
            "start": 1410062272,
            "stop": 1410065808
        },
        {
            "start": 1410065813,
            "stop": 1410067272
        }
    ]
}