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=300
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=301",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=299",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 300,
    "results": [
        {
            "start": 832695107,
            "stop": 832695167
        },
        {
            "start": 832695373,
            "stop": 832695673
        },
        {
            "start": 832696048,
            "stop": 832696408
        },
        {
            "start": 832696562,
            "stop": 832696682
        },
        {
            "start": 832718483,
            "stop": 832718543
        },
        {
            "start": 832718695,
            "stop": 832718755
        },
        {
            "start": 832729326,
            "stop": 832729446
        },
        {
            "start": 832729786,
            "stop": 832733146
        },
        {
            "start": 832733448,
            "stop": 832734948
        },
        {
            "start": 832735424,
            "stop": 832737644
        },
        {
            "start": 832737854,
            "stop": 832740374
        },
        {
            "start": 832741104,
            "stop": 832747464
        },
        {
            "start": 832749012,
            "stop": 832755432
        },
        {
            "start": 832755722,
            "stop": 832757972
        },
        {
            "start": 832758122,
            "stop": 832759742
        },
        {
            "start": 832759832,
            "stop": 832761212
        },
        {
            "start": 832761242,
            "stop": 832761362
        },
        {
            "start": 832761520,
            "stop": 832764640
        },
        {
            "start": 832764856,
            "stop": 832765126
        },
        {
            "start": 832765156,
            "stop": 832772746
        }
    ]
}