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=3676
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=3677",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3675",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3676,
    "results": [
        {
            "start": 873002209,
            "stop": 873002326
        },
        {
            "start": 873002343,
            "stop": 873002392
        },
        {
            "start": 873002409,
            "stop": 873002428
        },
        {
            "start": 873002445,
            "stop": 873002658
        },
        {
            "start": 873002675,
            "stop": 873002708
        },
        {
            "start": 873002736,
            "stop": 873003102
        },
        {
            "start": 873003119,
            "stop": 873003189
        },
        {
            "start": 873003206,
            "stop": 873003223
        },
        {
            "start": 873003240,
            "stop": 873003354
        },
        {
            "start": 873003384,
            "stop": 873003398
        },
        {
            "start": 873003415,
            "stop": 873003535
        },
        {
            "start": 873003552,
            "stop": 873003671
        },
        {
            "start": 873003688,
            "stop": 873003701
        },
        {
            "start": 873003718,
            "stop": 873003751
        },
        {
            "start": 873003768,
            "stop": 873003840
        },
        {
            "start": 873003900,
            "stop": 873004225
        },
        {
            "start": 873004248,
            "stop": 873004284
        },
        {
            "start": 873004301,
            "stop": 873004322
        },
        {
            "start": 873004339,
            "stop": 873004372
        },
        {
            "start": 873004389,
            "stop": 873004561
        }
    ]
}