Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=32
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=31",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 32,
    "results": [
        {
            "start": 931672488,
            "stop": 931672491
        },
        {
            "start": 931672510,
            "stop": 931672511
        },
        {
            "start": 931672898,
            "stop": 931672906
        },
        {
            "start": 931673145,
            "stop": 931673147
        },
        {
            "start": 931673566,
            "stop": 931673575
        },
        {
            "start": 931673784,
            "stop": 931673788
        },
        {
            "start": 931674525,
            "stop": 931674526
        },
        {
            "start": 931675121,
            "stop": 931675123
        },
        {
            "start": 931675236,
            "stop": 931675243
        },
        {
            "start": 931675351,
            "stop": 931675356
        },
        {
            "start": 931675438,
            "stop": 931675440
        },
        {
            "start": 931675579,
            "stop": 931675590
        },
        {
            "start": 931675647,
            "stop": 931675666
        },
        {
            "start": 931675740,
            "stop": 931675742
        },
        {
            "start": 931675778,
            "stop": 931675785
        },
        {
            "start": 931675910,
            "stop": 931675966
        },
        {
            "start": 931676028,
            "stop": 931676038
        },
        {
            "start": 931676067,
            "stop": 931676075
        },
        {
            "start": 931676110,
            "stop": 931676114
        },
        {
            "start": 931676174,
            "stop": 931676182
        }
    ]
}