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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=577",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=575",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 576,
    "results": [
        {
            "start": 827614373,
            "stop": 827614379
        },
        {
            "start": 827614384,
            "stop": 827614475
        },
        {
            "start": 827614478,
            "stop": 827614567
        },
        {
            "start": 827614584,
            "stop": 827614975
        },
        {
            "start": 827614978,
            "stop": 827615490
        },
        {
            "start": 827615580,
            "stop": 827615610
        },
        {
            "start": 827615700,
            "stop": 827615820
        },
        {
            "start": 827615880,
            "stop": 827615994
        },
        {
            "start": 827615997,
            "stop": 827616000
        },
        {
            "start": 827616060,
            "stop": 827616191
        },
        {
            "start": 827616195,
            "stop": 827616450
        },
        {
            "start": 827616540,
            "stop": 827616840
        },
        {
            "start": 827616960,
            "stop": 827617010
        },
        {
            "start": 827617013,
            "stop": 827617050
        },
        {
            "start": 827617235,
            "stop": 827617560
        },
        {
            "start": 827617620,
            "stop": 827617710
        },
        {
            "start": 827617800,
            "stop": 827617860
        },
        {
            "start": 827617920,
            "stop": 827618210
        },
        {
            "start": 827620359,
            "stop": 827621223
        },
        {
            "start": 827621226,
            "stop": 827621590
        }
    ]
}