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=141
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=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=140",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 141,
    "results": [
        {
            "start": 834015124,
            "stop": 834017878
        },
        {
            "start": 834017879,
            "stop": 834028091
        },
        {
            "start": 834028092,
            "stop": 834040675
        },
        {
            "start": 834040678,
            "stop": 834040728
        },
        {
            "start": 834040729,
            "stop": 834042578
        },
        {
            "start": 834042579,
            "stop": 834043189
        },
        {
            "start": 834043190,
            "stop": 834051985
        },
        {
            "start": 834051986,
            "stop": 834091981
        },
        {
            "start": 834093230,
            "stop": 834095617
        },
        {
            "start": 834099673,
            "stop": 834156373
        },
        {
            "start": 834158444,
            "stop": 834183062
        },
        {
            "start": 834186985,
            "stop": 834246060
        },
        {
            "start": 834268309,
            "stop": 834270493
        },
        {
            "start": 834272138,
            "stop": 834276342
        },
        {
            "start": 834276551,
            "stop": 834282013
        },
        {
            "start": 834282852,
            "stop": 834294373
        },
        {
            "start": 834298100,
            "stop": 834300756
        },
        {
            "start": 834302536,
            "stop": 834307661
        },
        {
            "start": 834309013,
            "stop": 834317041
        },
        {
            "start": 834317042,
            "stop": 834322682
        }
    ]
}