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=241
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=242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=240",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 241,
    "results": [
        {
            "start": 828009098,
            "stop": 828009338
        },
        {
            "start": 828009841,
            "stop": 828010081
        },
        {
            "start": 828010226,
            "stop": 828011756
        },
        {
            "start": 828012330,
            "stop": 828013710
        },
        {
            "start": 828013915,
            "stop": 828014035
        },
        {
            "start": 828014312,
            "stop": 828014582
        },
        {
            "start": 828014732,
            "stop": 828014852
        },
        {
            "start": 828015009,
            "stop": 828015309
        },
        {
            "start": 828015491,
            "stop": 828016091
        },
        {
            "start": 828016320,
            "stop": 828017040
        },
        {
            "start": 828018436,
            "stop": 828018526
        },
        {
            "start": 828018646,
            "stop": 828018976
        },
        {
            "start": 828019147,
            "stop": 828019927
        },
        {
            "start": 828020435,
            "stop": 828020555
        },
        {
            "start": 828022377,
            "stop": 828022917
        },
        {
            "start": 828023354,
            "stop": 828023474
        },
        {
            "start": 828023649,
            "stop": 828023769
        },
        {
            "start": 828023980,
            "stop": 828024580
        },
        {
            "start": 828024823,
            "stop": 828025483
        },
        {
            "start": 828025642,
            "stop": 828025762
        }
    ]
}