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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=235",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=233",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 234,
    "results": [
        {
            "start": 856323627,
            "stop": 856323631
        },
        {
            "start": 856323634,
            "stop": 856323639
        },
        {
            "start": 856323642,
            "stop": 856323646
        },
        {
            "start": 856323649,
            "stop": 856323653
        },
        {
            "start": 856323656,
            "stop": 856323662
        },
        {
            "start": 856323665,
            "stop": 856323667
        },
        {
            "start": 856323672,
            "stop": 856323677
        },
        {
            "start": 856323680,
            "stop": 856323684
        },
        {
            "start": 856323689,
            "stop": 856323691
        },
        {
            "start": 856323696,
            "stop": 856323699
        },
        {
            "start": 856323703,
            "stop": 856323709
        },
        {
            "start": 856325321,
            "stop": 856331079
        },
        {
            "start": 856331725,
            "stop": 856365452
        },
        {
            "start": 856365456,
            "stop": 856382980
        },
        {
            "start": 856384260,
            "stop": 856396249
        },
        {
            "start": 856397023,
            "stop": 856401834
        },
        {
            "start": 856402590,
            "stop": 856410982
        },
        {
            "start": 856411648,
            "stop": 856414746
        },
        {
            "start": 856415480,
            "stop": 856436319
        },
        {
            "start": 856439173,
            "stop": 856448581
        }
    ]
}