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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=647",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=645",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 646,
    "results": [
        {
            "start": 1247769932,
            "stop": 1247769984
        },
        {
            "start": 1247769985,
            "stop": 1247770125
        },
        {
            "start": 1247770126,
            "stop": 1247770305
        },
        {
            "start": 1247770310,
            "stop": 1247770379
        },
        {
            "start": 1247770382,
            "stop": 1247770581
        },
        {
            "start": 1247770585,
            "stop": 1247770851
        },
        {
            "start": 1247770856,
            "stop": 1247772031
        },
        {
            "start": 1247772036,
            "stop": 1247772219
        },
        {
            "start": 1247772224,
            "stop": 1247772388
        },
        {
            "start": 1247772393,
            "stop": 1247773731
        },
        {
            "start": 1247773732,
            "stop": 1247774028
        },
        {
            "start": 1247774032,
            "stop": 1247776867
        },
        {
            "start": 1247776872,
            "stop": 1247779282
        },
        {
            "start": 1247779285,
            "stop": 1247782915
        },
        {
            "start": 1247782918,
            "stop": 1247783589
        },
        {
            "start": 1247783593,
            "stop": 1247783635
        },
        {
            "start": 1247783640,
            "stop": 1247783706
        },
        {
            "start": 1247783710,
            "stop": 1247784302
        },
        {
            "start": 1247784307,
            "stop": 1247784566
        },
        {
            "start": 1247784569,
            "stop": 1247792246
        }
    ]
}