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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=290",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 291,
    "results": [
        {
            "start": 832065068,
            "stop": 832065128
        },
        {
            "start": 832065158,
            "stop": 832069928
        },
        {
            "start": 832071341,
            "stop": 832071641
        },
        {
            "start": 832071783,
            "stop": 832072683
        },
        {
            "start": 832072803,
            "stop": 832072863
        },
        {
            "start": 832072923,
            "stop": 832074783
        },
        {
            "start": 832075282,
            "stop": 832075702
        },
        {
            "start": 832114897,
            "stop": 832115077
        },
        {
            "start": 832115260,
            "stop": 832116370
        },
        {
            "start": 832116551,
            "stop": 832116611
        },
        {
            "start": 832196801,
            "stop": 832196921
        },
        {
            "start": 832209387,
            "stop": 832209447
        },
        {
            "start": 832209619,
            "stop": 832210279
        },
        {
            "start": 832210426,
            "stop": 832212406
        },
        {
            "start": 832212436,
            "stop": 832212886
        },
        {
            "start": 832218737,
            "stop": 832218797
        },
        {
            "start": 832219072,
            "stop": 832219192
        },
        {
            "start": 832219376,
            "stop": 832219616
        },
        {
            "start": 832220222,
            "stop": 832220282
        },
        {
            "start": 832220433,
            "stop": 832220673
        }
    ]
}