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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8936",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8934",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8935,
    "results": [
        {
            "start": 873592730,
            "stop": 873592740
        },
        {
            "start": 873592757,
            "stop": 873592905
        },
        {
            "start": 873592922,
            "stop": 873593307
        },
        {
            "start": 873593324,
            "stop": 873594768
        },
        {
            "start": 873594785,
            "stop": 873595534
        },
        {
            "start": 873595554,
            "stop": 873595633
        },
        {
            "start": 873595650,
            "stop": 873597081
        },
        {
            "start": 873597100,
            "stop": 873597140
        },
        {
            "start": 873597159,
            "stop": 873597256
        },
        {
            "start": 873597289,
            "stop": 873597318
        },
        {
            "start": 873597337,
            "stop": 873597496
        },
        {
            "start": 873597515,
            "stop": 873597533
        },
        {
            "start": 873597550,
            "stop": 873597838
        },
        {
            "start": 873597865,
            "stop": 873597869
        },
        {
            "start": 873597890,
            "stop": 873597948
        },
        {
            "start": 873597972,
            "stop": 873599027
        },
        {
            "start": 873599046,
            "stop": 873599801
        },
        {
            "start": 873599818,
            "stop": 873600125
        },
        {
            "start": 873600144,
            "stop": 873600285
        },
        {
            "start": 873600630,
            "stop": 873601620
        }
    ]
}