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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=139",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 140,
    "results": [
        {
            "start": 830391855,
            "stop": 830392001
        },
        {
            "start": 830392006,
            "stop": 830392017
        },
        {
            "start": 830392022,
            "stop": 830392107
        },
        {
            "start": 830392110,
            "stop": 830392204
        },
        {
            "start": 830392209,
            "stop": 830392268
        },
        {
            "start": 830392271,
            "stop": 830392995
        },
        {
            "start": 830392998,
            "stop": 830393233
        },
        {
            "start": 830393243,
            "stop": 830393326
        },
        {
            "start": 830393330,
            "stop": 830393336
        },
        {
            "start": 830393339,
            "stop": 830393477
        },
        {
            "start": 830393486,
            "stop": 830393693
        },
        {
            "start": 830393697,
            "stop": 830393731
        },
        {
            "start": 830393735,
            "stop": 830393790
        },
        {
            "start": 830393793,
            "stop": 830393899
        },
        {
            "start": 830393907,
            "stop": 830394030
        },
        {
            "start": 830394034,
            "stop": 830394062
        },
        {
            "start": 830394065,
            "stop": 830394306
        },
        {
            "start": 830394310,
            "stop": 830394321
        },
        {
            "start": 830394326,
            "stop": 830394476
        },
        {
            "start": 830394480,
            "stop": 830394501
        }
    ]
}