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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9105",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9106,
    "results": [
        {
            "start": 874816070,
            "stop": 874816111
        },
        {
            "start": 874816128,
            "stop": 874816132
        },
        {
            "start": 874816152,
            "stop": 874816200
        },
        {
            "start": 874816226,
            "stop": 874816350
        },
        {
            "start": 874816370,
            "stop": 874816493
        },
        {
            "start": 874816512,
            "stop": 874817333
        },
        {
            "start": 874817353,
            "stop": 874817643
        },
        {
            "start": 874817663,
            "stop": 874817722
        },
        {
            "start": 874817742,
            "stop": 874817804
        },
        {
            "start": 874819080,
            "stop": 874819125
        },
        {
            "start": 874819181,
            "stop": 874819246
        },
        {
            "start": 874819266,
            "stop": 874819311
        },
        {
            "start": 874819331,
            "stop": 874819368
        },
        {
            "start": 874819388,
            "stop": 874819845
        },
        {
            "start": 874819864,
            "stop": 874819985
        },
        {
            "start": 874820004,
            "stop": 874820170
        },
        {
            "start": 874820189,
            "stop": 874820291
        },
        {
            "start": 874820310,
            "stop": 874821080
        },
        {
            "start": 874821127,
            "stop": 874821319
        },
        {
            "start": 874821338,
            "stop": 874821784
        }
    ]
}