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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=54",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 55,
    "results": [
        {
            "start": 816192100,
            "stop": 816192128
        },
        {
            "start": 816192135,
            "stop": 816192141
        },
        {
            "start": 816192155,
            "stop": 816192262
        },
        {
            "start": 816192269,
            "stop": 816192367
        },
        {
            "start": 816192374,
            "stop": 816192398
        },
        {
            "start": 816192405,
            "stop": 816192413
        },
        {
            "start": 816192420,
            "stop": 816192435
        },
        {
            "start": 816192581,
            "stop": 816192625
        },
        {
            "start": 816192632,
            "stop": 816192722
        },
        {
            "start": 816192730,
            "stop": 816192802
        },
        {
            "start": 816192810,
            "stop": 816192853
        },
        {
            "start": 816192873,
            "stop": 816192963
        },
        {
            "start": 816192970,
            "stop": 816193034
        },
        {
            "start": 816193041,
            "stop": 816193076
        },
        {
            "start": 816193083,
            "stop": 816193241
        },
        {
            "start": 816193248,
            "stop": 816193273
        },
        {
            "start": 816193280,
            "stop": 816193326
        },
        {
            "start": 816193333,
            "stop": 816193481
        },
        {
            "start": 816193488,
            "stop": 816193765
        },
        {
            "start": 816193773,
            "stop": 816193795
        }
    ]
}