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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=655",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=653",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 654,
    "results": [
        {
            "start": 829404256,
            "stop": 829404260
        },
        {
            "start": 829404303,
            "stop": 829404371
        },
        {
            "start": 829404580,
            "stop": 829404600
        },
        {
            "start": 829404660,
            "stop": 829404692
        },
        {
            "start": 829404712,
            "stop": 829404748
        },
        {
            "start": 829404767,
            "stop": 829404815
        },
        {
            "start": 829404835,
            "stop": 829404838
        },
        {
            "start": 829404857,
            "stop": 829404860
        },
        {
            "start": 829404887,
            "stop": 829404905
        },
        {
            "start": 829404924,
            "stop": 829404935
        },
        {
            "start": 829404969,
            "stop": 829404976
        },
        {
            "start": 829405057,
            "stop": 829405098
        },
        {
            "start": 829405127,
            "stop": 829405133
        },
        {
            "start": 829405164,
            "stop": 829405171
        },
        {
            "start": 829405204,
            "stop": 829405229
        },
        {
            "start": 829405296,
            "stop": 829405301
        },
        {
            "start": 829405320,
            "stop": 829405363
        },
        {
            "start": 829405393,
            "stop": 829405425
        },
        {
            "start": 829405444,
            "stop": 829405470
        },
        {
            "start": 829405503,
            "stop": 829405825
        }
    ]
}