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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=131",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 132,
    "results": [
        {
            "start": 832049050,
            "stop": 832049713
        },
        {
            "start": 832051213,
            "stop": 832052275
        },
        {
            "start": 832053193,
            "stop": 832054153
        },
        {
            "start": 832055642,
            "stop": 832059913
        },
        {
            "start": 832059916,
            "stop": 832072728
        },
        {
            "start": 832073633,
            "stop": 832082750
        },
        {
            "start": 832083665,
            "stop": 832083782
        },
        {
            "start": 832089285,
            "stop": 832100833
        },
        {
            "start": 832108605,
            "stop": 832109351
        },
        {
            "start": 832110884,
            "stop": 832111393
        },
        {
            "start": 832111409,
            "stop": 832111410
        },
        {
            "start": 832112489,
            "stop": 832116433
        },
        {
            "start": 832128878,
            "stop": 832140506
        },
        {
            "start": 832141752,
            "stop": 832150034
        },
        {
            "start": 832151476,
            "stop": 832162393
        },
        {
            "start": 832165988,
            "stop": 832175533
        },
        {
            "start": 832177573,
            "stop": 832180950
        },
        {
            "start": 832182009,
            "stop": 832197054
        },
        {
            "start": 832198226,
            "stop": 832199744
        },
        {
            "start": 832200784,
            "stop": 832205683
        }
    ]
}