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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4849",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4847",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4848,
    "results": [
        {
            "start": 874726079,
            "stop": 874726092
        },
        {
            "start": 874726111,
            "stop": 874726245
        },
        {
            "start": 874726277,
            "stop": 874726370
        },
        {
            "start": 874726399,
            "stop": 874726592
        },
        {
            "start": 874726611,
            "stop": 874726760
        },
        {
            "start": 874726779,
            "stop": 874726895
        },
        {
            "start": 874727015,
            "stop": 874727102
        },
        {
            "start": 874727121,
            "stop": 874727381
        },
        {
            "start": 874727400,
            "stop": 874727554
        },
        {
            "start": 874727594,
            "stop": 874727611
        },
        {
            "start": 874727630,
            "stop": 874727763
        },
        {
            "start": 874727793,
            "stop": 874727857
        },
        {
            "start": 874727892,
            "stop": 874727990
        },
        {
            "start": 874728060,
            "stop": 874728138
        },
        {
            "start": 874728163,
            "stop": 874728236
        },
        {
            "start": 874728255,
            "stop": 874728360
        },
        {
            "start": 874728519,
            "stop": 874728536
        },
        {
            "start": 874728555,
            "stop": 874728586
        },
        {
            "start": 874728605,
            "stop": 874728660
        },
        {
            "start": 874728720,
            "stop": 874728727
        }
    ]
}