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=830
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=831",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=829",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 830,
    "results": [
        {
            "start": 860525214,
            "stop": 860525304
        },
        {
            "start": 860534206,
            "stop": 860534566
        },
        {
            "start": 860534890,
            "stop": 860535040
        },
        {
            "start": 860535130,
            "stop": 860535250
        },
        {
            "start": 860535923,
            "stop": 860536463
        },
        {
            "start": 860536622,
            "stop": 860538662
        },
        {
            "start": 860541285,
            "stop": 860541645
        },
        {
            "start": 860541675,
            "stop": 860543325
        },
        {
            "start": 860544592,
            "stop": 860545102
        },
        {
            "start": 860545252,
            "stop": 860547112
        },
        {
            "start": 860547308,
            "stop": 860550788
        },
        {
            "start": 860551508,
            "stop": 860559608
        },
        {
            "start": 860560495,
            "stop": 860561755
        },
        {
            "start": 860561971,
            "stop": 860563531
        },
        {
            "start": 860563621,
            "stop": 860570191
        },
        {
            "start": 860571607,
            "stop": 860572327
        },
        {
            "start": 860572901,
            "stop": 860572961
        },
        {
            "start": 860573250,
            "stop": 860575590
        },
        {
            "start": 860575757,
            "stop": 860575997
        },
        {
            "start": 860579640,
            "stop": 860585100
        }
    ]
}