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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=204",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 205,
    "results": [
        {
            "start": 933074773,
            "stop": 933074775
        },
        {
            "start": 933074802,
            "stop": 933075025
        },
        {
            "start": 933075046,
            "stop": 933075101
        },
        {
            "start": 933075150,
            "stop": 933075204
        },
        {
            "start": 933075230,
            "stop": 933075256
        },
        {
            "start": 933075261,
            "stop": 933075286
        },
        {
            "start": 933075305,
            "stop": 933075376
        },
        {
            "start": 933075381,
            "stop": 933075429
        },
        {
            "start": 933075450,
            "stop": 933075464
        },
        {
            "start": 933075485,
            "stop": 933075539
        },
        {
            "start": 933075544,
            "stop": 933075551
        },
        {
            "start": 933075557,
            "stop": 933075562
        },
        {
            "start": 933075589,
            "stop": 933075714
        },
        {
            "start": 933075719,
            "stop": 933075796
        },
        {
            "start": 933075801,
            "stop": 933075839
        },
        {
            "start": 933075859,
            "stop": 933075926
        },
        {
            "start": 933075931,
            "stop": 933075942
        },
        {
            "start": 933075961,
            "stop": 933075966
        },
        {
            "start": 933075971,
            "stop": 933076069
        },
        {
            "start": 933076088,
            "stop": 933076143
        }
    ]
}