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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1402",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1400",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1401,
    "results": [
        {
            "start": 970959956,
            "stop": 970961689
        },
        {
            "start": 970970428,
            "stop": 970971363
        },
        {
            "start": 970973469,
            "stop": 970987415
        },
        {
            "start": 970987416,
            "stop": 971005795
        },
        {
            "start": 971005796,
            "stop": 971014179
        },
        {
            "start": 971015969,
            "stop": 971019147
        },
        {
            "start": 971020528,
            "stop": 971031722
        },
        {
            "start": 971033483,
            "stop": 971036022
        },
        {
            "start": 971036023,
            "stop": 971036166
        },
        {
            "start": 971070670,
            "stop": 971072650
        },
        {
            "start": 971072652,
            "stop": 971073250
        },
        {
            "start": 971073251,
            "stop": 971075738
        },
        {
            "start": 971075897,
            "stop": 971076631
        },
        {
            "start": 971076633,
            "stop": 971089173
        },
        {
            "start": 971089175,
            "stop": 971096310
        },
        {
            "start": 971100276,
            "stop": 971102877
        },
        {
            "start": 971106036,
            "stop": 971109103
        },
        {
            "start": 971111591,
            "stop": 971118684
        },
        {
            "start": 971148261,
            "stop": 971148396
        },
        {
            "start": 971148398,
            "stop": 971148407
        }
    ]
}