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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1931",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1929",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1930,
    "results": [
        {
            "start": 1252358091,
            "stop": 1252358377
        },
        {
            "start": 1252358380,
            "stop": 1252359688
        },
        {
            "start": 1252359691,
            "stop": 1252361088
        },
        {
            "start": 1252361090,
            "stop": 1252364213
        },
        {
            "start": 1252364216,
            "stop": 1252364953
        },
        {
            "start": 1252364955,
            "stop": 1252365888
        },
        {
            "start": 1252365891,
            "stop": 1252366229
        },
        {
            "start": 1252366232,
            "stop": 1252367314
        },
        {
            "start": 1252367317,
            "stop": 1252370629
        },
        {
            "start": 1252370632,
            "stop": 1252371891
        },
        {
            "start": 1252371894,
            "stop": 1252372675
        },
        {
            "start": 1252372678,
            "stop": 1252374972
        },
        {
            "start": 1252374975,
            "stop": 1252378067
        },
        {
            "start": 1252378068,
            "stop": 1252380041
        },
        {
            "start": 1252380042,
            "stop": 1252384982
        },
        {
            "start": 1252384990,
            "stop": 1252385023
        },
        {
            "start": 1252385026,
            "stop": 1252385213
        },
        {
            "start": 1252385216,
            "stop": 1252387438
        },
        {
            "start": 1252387441,
            "stop": 1252390406
        },
        {
            "start": 1252390409,
            "stop": 1252392465
        }
    ]
}