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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=128",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 129,
    "results": [
        {
            "start": 816768901,
            "stop": 816768916
        },
        {
            "start": 816768919,
            "stop": 816768928
        },
        {
            "start": 816768932,
            "stop": 816768935
        },
        {
            "start": 816768939,
            "stop": 816768997
        },
        {
            "start": 816769002,
            "stop": 816769064
        },
        {
            "start": 816769068,
            "stop": 816769072
        },
        {
            "start": 816769076,
            "stop": 816769318
        },
        {
            "start": 816769322,
            "stop": 816769323
        },
        {
            "start": 816769354,
            "stop": 816769414
        },
        {
            "start": 816769443,
            "stop": 816769453
        },
        {
            "start": 816772770,
            "stop": 816772775
        },
        {
            "start": 816772781,
            "stop": 816773014
        },
        {
            "start": 816773023,
            "stop": 816773025
        },
        {
            "start": 816773030,
            "stop": 816773037
        },
        {
            "start": 816773042,
            "stop": 816773045
        },
        {
            "start": 816773050,
            "stop": 816773051
        },
        {
            "start": 816773055,
            "stop": 816773058
        },
        {
            "start": 816773069,
            "stop": 816773088
        },
        {
            "start": 816773096,
            "stop": 816773173
        },
        {
            "start": 816775140,
            "stop": 816775211
        }
    ]
}