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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=264",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 265,
    "results": [
        {
            "start": 821687724,
            "stop": 821687738
        },
        {
            "start": 821687741,
            "stop": 821687743
        },
        {
            "start": 821687746,
            "stop": 821687750
        },
        {
            "start": 821687754,
            "stop": 821687785
        },
        {
            "start": 821687788,
            "stop": 821687798
        },
        {
            "start": 821687808,
            "stop": 821687839
        },
        {
            "start": 821687842,
            "stop": 821687844
        },
        {
            "start": 821687849,
            "stop": 821687850
        },
        {
            "start": 821687853,
            "stop": 821687857
        },
        {
            "start": 821687862,
            "stop": 821687869
        },
        {
            "start": 821687872,
            "stop": 821687877
        },
        {
            "start": 821687881,
            "stop": 821687886
        },
        {
            "start": 821687889,
            "stop": 821687893
        },
        {
            "start": 821687896,
            "stop": 821687900
        },
        {
            "start": 821687903,
            "stop": 821687905
        },
        {
            "start": 821687911,
            "stop": 821687922
        },
        {
            "start": 821687925,
            "stop": 821687963
        },
        {
            "start": 821687966,
            "stop": 821687967
        },
        {
            "start": 821687970,
            "stop": 821687982
        },
        {
            "start": 821687991,
            "stop": 821688016
        }
    ]
}