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=865
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=866",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=864",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 865,
    "results": [
        {
            "start": 862234807,
            "stop": 862234987
        },
        {
            "start": 862235321,
            "stop": 862236281
        },
        {
            "start": 862236458,
            "stop": 862237058
        },
        {
            "start": 862237227,
            "stop": 862237287
        },
        {
            "start": 862237750,
            "stop": 862237870
        },
        {
            "start": 862238205,
            "stop": 862238325
        },
        {
            "start": 862239109,
            "stop": 862239229
        },
        {
            "start": 862242702,
            "stop": 862242762
        },
        {
            "start": 862242925,
            "stop": 862245445
        },
        {
            "start": 862245623,
            "stop": 862246163
        },
        {
            "start": 862246315,
            "stop": 862246795
        },
        {
            "start": 862247236,
            "stop": 862248796
        },
        {
            "start": 862249760,
            "stop": 862250180
        },
        {
            "start": 862250355,
            "stop": 862251105
        },
        {
            "start": 862251285,
            "stop": 862255215
        },
        {
            "start": 862255275,
            "stop": 862256295
        },
        {
            "start": 862256446,
            "stop": 862258246
        },
        {
            "start": 862260011,
            "stop": 862262471
        },
        {
            "start": 862262785,
            "stop": 862265215
        },
        {
            "start": 862265401,
            "stop": 862274101
        }
    ]
}