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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4251",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4252,
    "results": [
        {
            "start": 874586856,
            "stop": 874586919
        },
        {
            "start": 874586938,
            "stop": 874587014
        },
        {
            "start": 874587033,
            "stop": 874587041
        },
        {
            "start": 874587079,
            "stop": 874587133
        },
        {
            "start": 874587154,
            "stop": 874587298
        },
        {
            "start": 874587317,
            "stop": 874587401
        },
        {
            "start": 874587420,
            "stop": 874587536
        },
        {
            "start": 874587556,
            "stop": 874587626
        },
        {
            "start": 874587746,
            "stop": 874587757
        },
        {
            "start": 874587776,
            "stop": 874587875
        },
        {
            "start": 874587924,
            "stop": 874587927
        },
        {
            "start": 874587949,
            "stop": 874587957
        },
        {
            "start": 874587976,
            "stop": 874587984
        },
        {
            "start": 874588003,
            "stop": 874588014
        },
        {
            "start": 874588033,
            "stop": 874588153
        },
        {
            "start": 874588172,
            "stop": 874588197
        },
        {
            "start": 874588216,
            "stop": 874588249
        },
        {
            "start": 874588269,
            "stop": 874588319
        },
        {
            "start": 874588351,
            "stop": 874588544
        },
        {
            "start": 874588576,
            "stop": 874588676
        }
    ]
}