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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5025",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5023",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5024,
    "results": [
        {
            "start": 874549087,
            "stop": 874549145
        },
        {
            "start": 874549165,
            "stop": 874549234
        },
        {
            "start": 874549253,
            "stop": 874549312
        },
        {
            "start": 874549361,
            "stop": 874549426
        },
        {
            "start": 874549445,
            "stop": 874549474
        },
        {
            "start": 874549494,
            "stop": 874549508
        },
        {
            "start": 874549527,
            "stop": 874549542
        },
        {
            "start": 874549578,
            "stop": 874549631
        },
        {
            "start": 874549655,
            "stop": 874549661
        },
        {
            "start": 874549681,
            "stop": 874549716
        },
        {
            "start": 874549738,
            "stop": 874549828
        },
        {
            "start": 874549852,
            "stop": 874549916
        },
        {
            "start": 874549980,
            "stop": 874550100
        },
        {
            "start": 874550160,
            "stop": 874550183
        },
        {
            "start": 874550202,
            "stop": 874550223
        },
        {
            "start": 874550243,
            "stop": 874550245
        },
        {
            "start": 874550264,
            "stop": 874550270
        },
        {
            "start": 874550301,
            "stop": 874550319
        },
        {
            "start": 874550355,
            "stop": 874550368
        },
        {
            "start": 874550403,
            "stop": 874550430
        }
    ]
}