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=102
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=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=101",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 102,
    "results": [
        {
            "start": 825898526,
            "stop": 825898771
        },
        {
            "start": 825898774,
            "stop": 825898849
        },
        {
            "start": 825898853,
            "stop": 825898859
        },
        {
            "start": 825898862,
            "stop": 825898974
        },
        {
            "start": 825898983,
            "stop": 825899022
        },
        {
            "start": 825899026,
            "stop": 825899071
        },
        {
            "start": 825899075,
            "stop": 825899081
        },
        {
            "start": 825899085,
            "stop": 825899092
        },
        {
            "start": 825899095,
            "stop": 825899101
        },
        {
            "start": 825899105,
            "stop": 825899135
        },
        {
            "start": 825899139,
            "stop": 825899150
        },
        {
            "start": 825899154,
            "stop": 825899170
        },
        {
            "start": 825899189,
            "stop": 825899194
        },
        {
            "start": 825899203,
            "stop": 825899224
        },
        {
            "start": 825899237,
            "stop": 825899263
        },
        {
            "start": 825899267,
            "stop": 825899287
        },
        {
            "start": 825899291,
            "stop": 825899297
        },
        {
            "start": 825899301,
            "stop": 825899313
        },
        {
            "start": 825899317,
            "stop": 825899328
        },
        {
            "start": 825899342,
            "stop": 825899373
        }
    ]
}