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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=26",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 27,
    "results": [
        {
            "start": 816569470,
            "stop": 816570024
        },
        {
            "start": 816570031,
            "stop": 816571334
        },
        {
            "start": 816571342,
            "stop": 816571995
        },
        {
            "start": 816572006,
            "stop": 816572069
        },
        {
            "start": 816572076,
            "stop": 816572138
        },
        {
            "start": 816572166,
            "stop": 816572173
        },
        {
            "start": 816573266,
            "stop": 816573503
        },
        {
            "start": 816573510,
            "stop": 816573568
        },
        {
            "start": 816573575,
            "stop": 816589889
        },
        {
            "start": 816589902,
            "stop": 816596820
        },
        {
            "start": 816596833,
            "stop": 816597523
        },
        {
            "start": 816597704,
            "stop": 816597883
        },
        {
            "start": 816598064,
            "stop": 816598243
        },
        {
            "start": 816598424,
            "stop": 816603815
        },
        {
            "start": 816603827,
            "stop": 816612350
        },
        {
            "start": 816612430,
            "stop": 816615583
        },
        {
            "start": 816615764,
            "stop": 816618515
        },
        {
            "start": 816618528,
            "stop": 816620270
        },
        {
            "start": 816620470,
            "stop": 816622310
        },
        {
            "start": 816622450,
            "stop": 816622970
        }
    ]
}