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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=127",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 128,
    "results": [
        {
            "start": 822137364,
            "stop": 822137484
        },
        {
            "start": 822137905,
            "stop": 822137965
        },
        {
            "start": 822178966,
            "stop": 822179206
        },
        {
            "start": 822179580,
            "stop": 822179640
        },
        {
            "start": 822179890,
            "stop": 822180190
        },
        {
            "start": 822180814,
            "stop": 822180874
        },
        {
            "start": 822181209,
            "stop": 822181869
        },
        {
            "start": 822182028,
            "stop": 822182208
        },
        {
            "start": 822182379,
            "stop": 822182739
        },
        {
            "start": 822183859,
            "stop": 822184219
        },
        {
            "start": 822184382,
            "stop": 822184922
        },
        {
            "start": 822186172,
            "stop": 822186832
        },
        {
            "start": 822186985,
            "stop": 822187405
        },
        {
            "start": 822187578,
            "stop": 822188838
        },
        {
            "start": 822188999,
            "stop": 822189119
        },
        {
            "start": 822189714,
            "stop": 822190014
        },
        {
            "start": 822190581,
            "stop": 822191241
        },
        {
            "start": 822191627,
            "stop": 822191747
        },
        {
            "start": 822192118,
            "stop": 822192358
        },
        {
            "start": 822192534,
            "stop": 822192594
        }
    ]
}