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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=19",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 20,
    "results": [
        {
            "start": 1399156351,
            "stop": 1399160334
        },
        {
            "start": 1399160337,
            "stop": 1399160709
        },
        {
            "start": 1399163978,
            "stop": 1399163979
        },
        {
            "start": 1399163987,
            "stop": 1399175101
        },
        {
            "start": 1399175106,
            "stop": 1399175344
        },
        {
            "start": 1399175347,
            "stop": 1399180610
        },
        {
            "start": 1399180615,
            "stop": 1399188079
        },
        {
            "start": 1399188082,
            "stop": 1399193162
        },
        {
            "start": 1399208406,
            "stop": 1399213918
        },
        {
            "start": 1399213921,
            "stop": 1399217425
        },
        {
            "start": 1399258820,
            "stop": 1399266628
        },
        {
            "start": 1399266892,
            "stop": 1399267722
        },
        {
            "start": 1399267731,
            "stop": 1399269350
        },
        {
            "start": 1399269359,
            "stop": 1399270553
        },
        {
            "start": 1399270563,
            "stop": 1399270758
        },
        {
            "start": 1399270767,
            "stop": 1399272180
        },
        {
            "start": 1399272182,
            "stop": 1399272676
        },
        {
            "start": 1399272686,
            "stop": 1399272728
        },
        {
            "start": 1399273100,
            "stop": 1399275106
        },
        {
            "start": 1399275110,
            "stop": 1399279840
        }
    ]
}