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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=108",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 109,
    "results": [
        {
            "start": 1239269249,
            "stop": 1239269598
        },
        {
            "start": 1239269599,
            "stop": 1239270340
        },
        {
            "start": 1239270341,
            "stop": 1239271443
        },
        {
            "start": 1239271446,
            "stop": 1239271462
        },
        {
            "start": 1239271465,
            "stop": 1239272047
        },
        {
            "start": 1239272050,
            "stop": 1239273448
        },
        {
            "start": 1239273451,
            "stop": 1239273542
        },
        {
            "start": 1239273545,
            "stop": 1239274011
        },
        {
            "start": 1239274014,
            "stop": 1239274167
        },
        {
            "start": 1239274170,
            "stop": 1239275516
        },
        {
            "start": 1239275518,
            "stop": 1239275593
        },
        {
            "start": 1239275594,
            "stop": 1239279324
        },
        {
            "start": 1239279325,
            "stop": 1239279896
        },
        {
            "start": 1239279897,
            "stop": 1239280334
        },
        {
            "start": 1239280342,
            "stop": 1239280750
        },
        {
            "start": 1239280753,
            "stop": 1239281473
        },
        {
            "start": 1239281476,
            "stop": 1239281818
        },
        {
            "start": 1239281821,
            "stop": 1239283025
        },
        {
            "start": 1239283028,
            "stop": 1239284697
        },
        {
            "start": 1239284700,
            "stop": 1239285333
        }
    ]
}