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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=370",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=368",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 369,
    "results": [
        {
            "start": 859077837,
            "stop": 859077867
        },
        {
            "start": 859077870,
            "stop": 859077876
        },
        {
            "start": 859077880,
            "stop": 859077886
        },
        {
            "start": 859077894,
            "stop": 859078191
        },
        {
            "start": 859078235,
            "stop": 859078251
        },
        {
            "start": 859078254,
            "stop": 859078260
        },
        {
            "start": 859078264,
            "stop": 859078274
        },
        {
            "start": 859078278,
            "stop": 859078583
        },
        {
            "start": 859078587,
            "stop": 859078593
        },
        {
            "start": 859078596,
            "stop": 859078634
        },
        {
            "start": 859078899,
            "stop": 859078925
        },
        {
            "start": 859078929,
            "stop": 859079527
        },
        {
            "start": 859080526,
            "stop": 859080535
        },
        {
            "start": 859080632,
            "stop": 859080654
        },
        {
            "start": 859080658,
            "stop": 859080750
        },
        {
            "start": 859080754,
            "stop": 859080919
        },
        {
            "start": 859080928,
            "stop": 859080952
        },
        {
            "start": 859080965,
            "stop": 859080996
        },
        {
            "start": 859081004,
            "stop": 859081010
        },
        {
            "start": 859081013,
            "stop": 859081090
        }
    ]
}