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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4675",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4673",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4674,
    "results": [
        {
            "start": 874327956,
            "stop": 874328569
        },
        {
            "start": 874328589,
            "stop": 874328933
        },
        {
            "start": 874328952,
            "stop": 874328970
        },
        {
            "start": 874329090,
            "stop": 874329505
        },
        {
            "start": 874329524,
            "stop": 874329552
        },
        {
            "start": 874329571,
            "stop": 874330455
        },
        {
            "start": 874330474,
            "stop": 874330641
        },
        {
            "start": 874330660,
            "stop": 874330666
        },
        {
            "start": 874330686,
            "stop": 874330908
        },
        {
            "start": 874330927,
            "stop": 874330986
        },
        {
            "start": 874331005,
            "stop": 874331215
        },
        {
            "start": 874331235,
            "stop": 874331292
        },
        {
            "start": 874331311,
            "stop": 874331312
        },
        {
            "start": 874331331,
            "stop": 874331404
        },
        {
            "start": 874331423,
            "stop": 874331445
        },
        {
            "start": 874331483,
            "stop": 874331578
        },
        {
            "start": 874331600,
            "stop": 874331857
        },
        {
            "start": 874331876,
            "stop": 874331985
        },
        {
            "start": 874332112,
            "stop": 874332120
        },
        {
            "start": 874332152,
            "stop": 874332198
        }
    ]
}