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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=145",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 146,
    "results": [
        {
            "start": 1239209812,
            "stop": 1239210002
        },
        {
            "start": 1239210006,
            "stop": 1239210340
        },
        {
            "start": 1239210345,
            "stop": 1239211119
        },
        {
            "start": 1239211124,
            "stop": 1239211192
        },
        {
            "start": 1239211196,
            "stop": 1239211199
        },
        {
            "start": 1239211204,
            "stop": 1239211355
        },
        {
            "start": 1239211360,
            "stop": 1239211533
        },
        {
            "start": 1239211542,
            "stop": 1239211560
        },
        {
            "start": 1239211564,
            "stop": 1239211966
        },
        {
            "start": 1239211970,
            "stop": 1239211994
        },
        {
            "start": 1239211999,
            "stop": 1239212285
        },
        {
            "start": 1239212290,
            "stop": 1239212424
        },
        {
            "start": 1239212428,
            "stop": 1239212863
        },
        {
            "start": 1239212867,
            "stop": 1239212893
        },
        {
            "start": 1239212897,
            "stop": 1239213130
        },
        {
            "start": 1239213135,
            "stop": 1239213379
        },
        {
            "start": 1239213384,
            "stop": 1239213399
        },
        {
            "start": 1239213403,
            "stop": 1239213432
        },
        {
            "start": 1239213436,
            "stop": 1239213647
        },
        {
            "start": 1239213651,
            "stop": 1239213702
        }
    ]
}