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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=8",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 9,
    "results": [
        {
            "start": 1369333261,
            "stop": 1369333401
        },
        {
            "start": 1369333409,
            "stop": 1369333458
        },
        {
            "start": 1369333463,
            "stop": 1369333499
        },
        {
            "start": 1369333504,
            "stop": 1369333560
        },
        {
            "start": 1369375930,
            "stop": 1369380827
        },
        {
            "start": 1369380832,
            "stop": 1369381513
        },
        {
            "start": 1369386030,
            "stop": 1369390010
        },
        {
            "start": 1369390015,
            "stop": 1369392508
        },
        {
            "start": 1369392513,
            "stop": 1369393290
        },
        {
            "start": 1369393295,
            "stop": 1369396926
        },
        {
            "start": 1369396931,
            "stop": 1369399778
        },
        {
            "start": 1369399783,
            "stop": 1369400661
        },
        {
            "start": 1369400666,
            "stop": 1369406018
        },
        {
            "start": 1369406023,
            "stop": 1369409817
        },
        {
            "start": 1369411298,
            "stop": 1369412690
        },
        {
            "start": 1369412695,
            "stop": 1369412969
        },
        {
            "start": 1369412974,
            "stop": 1369413176
        },
        {
            "start": 1369413181,
            "stop": 1369413649
        },
        {
            "start": 1369432797,
            "stop": 1369441807
        },
        {
            "start": 1369441812,
            "stop": 1369441921
        }
    ]
}