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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=349",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=347",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 348,
    "results": [
        {
            "start": 939479783,
            "stop": 939480348
        },
        {
            "start": 939480351,
            "stop": 939480493
        },
        {
            "start": 939480496,
            "stop": 939481012
        },
        {
            "start": 939481015,
            "stop": 939481452
        },
        {
            "start": 939518254,
            "stop": 939518379
        },
        {
            "start": 939518382,
            "stop": 939518397
        },
        {
            "start": 939518400,
            "stop": 939518410
        },
        {
            "start": 939518413,
            "stop": 939518428
        },
        {
            "start": 939518431,
            "stop": 939518575
        },
        {
            "start": 939518578,
            "stop": 939518710
        },
        {
            "start": 939518713,
            "stop": 939518741
        },
        {
            "start": 939518744,
            "stop": 939518768
        },
        {
            "start": 939518771,
            "stop": 939519228
        },
        {
            "start": 939519231,
            "stop": 939519256
        },
        {
            "start": 939519259,
            "stop": 939519366
        },
        {
            "start": 939519369,
            "stop": 939519451
        },
        {
            "start": 939519454,
            "stop": 939519484
        },
        {
            "start": 939519487,
            "stop": 939519534
        },
        {
            "start": 939519537,
            "stop": 939519630
        },
        {
            "start": 939519633,
            "stop": 939519650
        }
    ]
}