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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=758",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=756",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 757,
    "results": [
        {
            "start": 856299577,
            "stop": 856299877
        },
        {
            "start": 856300120,
            "stop": 856300180
        },
        {
            "start": 856300409,
            "stop": 856300589
        },
        {
            "start": 856300764,
            "stop": 856301064
        },
        {
            "start": 856303441,
            "stop": 856305061
        },
        {
            "start": 856305307,
            "stop": 856306567
        },
        {
            "start": 856306860,
            "stop": 856307280
        },
        {
            "start": 856307582,
            "stop": 856307642
        },
        {
            "start": 856307997,
            "stop": 856308087
        },
        {
            "start": 856308310,
            "stop": 856308730
        },
        {
            "start": 856309837,
            "stop": 856311727
        },
        {
            "start": 856311757,
            "stop": 856317457
        },
        {
            "start": 856328285,
            "stop": 856329725
        },
        {
            "start": 856329999,
            "stop": 856330539
        },
        {
            "start": 856330715,
            "stop": 856331285
        },
        {
            "start": 856331435,
            "stop": 856331675
        },
        {
            "start": 856332049,
            "stop": 856336729
        },
        {
            "start": 856337062,
            "stop": 856338622
        },
        {
            "start": 856339304,
            "stop": 856339424
        },
        {
            "start": 856339454,
            "stop": 856342184
        }
    ]
}