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=332
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=333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=331",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 332,
    "results": [
        {
            "start": 857412585,
            "stop": 857412596
        },
        {
            "start": 857412604,
            "stop": 857412663
        },
        {
            "start": 857412667,
            "stop": 857412673
        },
        {
            "start": 857412681,
            "stop": 857412702
        },
        {
            "start": 857412706,
            "stop": 857412712
        },
        {
            "start": 857412720,
            "stop": 857412743
        },
        {
            "start": 857423453,
            "stop": 857424446
        },
        {
            "start": 857424559,
            "stop": 857425341
        },
        {
            "start": 857425344,
            "stop": 857426863
        },
        {
            "start": 857427569,
            "stop": 857428828
        },
        {
            "start": 857428936,
            "stop": 857430389
        },
        {
            "start": 857430486,
            "stop": 857433480
        },
        {
            "start": 857433771,
            "stop": 857435218
        },
        {
            "start": 857435466,
            "stop": 857442471
        },
        {
            "start": 857442487,
            "stop": 857445591
        },
        {
            "start": 857447941,
            "stop": 857448534
        },
        {
            "start": 857448537,
            "stop": 857477592
        },
        {
            "start": 857477949,
            "stop": 857498438
        },
        {
            "start": 857500271,
            "stop": 857501002
        },
        {
            "start": 857502075,
            "stop": 857502338
        }
    ]
}