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/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=359
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=360",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=358",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 359,
    "results": [
        {
            "start": 823074762,
            "stop": 823074766
        },
        {
            "start": 823074769,
            "stop": 823074779
        },
        {
            "start": 823074784,
            "stop": 823074786
        },
        {
            "start": 823074791,
            "stop": 823074792
        },
        {
            "start": 823074797,
            "stop": 823074799
        },
        {
            "start": 823074803,
            "stop": 823074851
        },
        {
            "start": 823074854,
            "stop": 823075035
        },
        {
            "start": 823075038,
            "stop": 823075046
        },
        {
            "start": 823075049,
            "stop": 823075052
        },
        {
            "start": 823075055,
            "stop": 823075057
        },
        {
            "start": 823075061,
            "stop": 823075139
        },
        {
            "start": 823075143,
            "stop": 823075146
        },
        {
            "start": 823075149,
            "stop": 823075214
        },
        {
            "start": 823075217,
            "stop": 823075318
        },
        {
            "start": 823075321,
            "stop": 823075349
        },
        {
            "start": 823075354,
            "stop": 823075356
        },
        {
            "start": 823075359,
            "stop": 823075380
        },
        {
            "start": 823075383,
            "stop": 823075404
        },
        {
            "start": 823075408,
            "stop": 823075461
        },
        {
            "start": 823075465,
            "stop": 823075468
        }
    ]
}