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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3800",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3798",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3799,
    "results": [
        {
            "start": 874528937,
            "stop": 874528980
        },
        {
            "start": 874529100,
            "stop": 874529220
        },
        {
            "start": 874529520,
            "stop": 874529569
        },
        {
            "start": 874529572,
            "stop": 874529765
        },
        {
            "start": 874529769,
            "stop": 874529772
        },
        {
            "start": 874529776,
            "stop": 874529807
        },
        {
            "start": 874529810,
            "stop": 874529880
        },
        {
            "start": 874530000,
            "stop": 874530034
        },
        {
            "start": 874530840,
            "stop": 874530900
        },
        {
            "start": 874531500,
            "stop": 874531560
        },
        {
            "start": 874532100,
            "stop": 874532160
        },
        {
            "start": 874532400,
            "stop": 874532460
        },
        {
            "start": 874532520,
            "stop": 874532560
        },
        {
            "start": 874532563,
            "stop": 874532620
        },
        {
            "start": 874532624,
            "stop": 874532700
        },
        {
            "start": 874532760,
            "stop": 874532880
        },
        {
            "start": 874532940,
            "stop": 874533000
        },
        {
            "start": 874533120,
            "stop": 874533173
        },
        {
            "start": 874533176,
            "stop": 874533210
        },
        {
            "start": 874533213,
            "stop": 874533230
        }
    ]
}