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_CAT1/segments?format=api&page=103
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=102",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 103,
    "results": [
        {
            "start": 825752810,
            "stop": 825752830
        },
        {
            "start": 825752833,
            "stop": 825752844
        },
        {
            "start": 825752847,
            "stop": 825752857
        },
        {
            "start": 825752860,
            "stop": 825752867
        },
        {
            "start": 825752870,
            "stop": 825752877
        },
        {
            "start": 825752880,
            "stop": 825752899
        },
        {
            "start": 825752902,
            "stop": 825752933
        },
        {
            "start": 825752936,
            "stop": 825752986
        },
        {
            "start": 825752989,
            "stop": 825753020
        },
        {
            "start": 825753029,
            "stop": 825753039
        },
        {
            "start": 825753042,
            "stop": 825753071
        },
        {
            "start": 825753074,
            "stop": 825753112
        },
        {
            "start": 825753116,
            "stop": 825753119
        },
        {
            "start": 825753122,
            "stop": 825753131
        },
        {
            "start": 825753137,
            "stop": 825753141
        },
        {
            "start": 825753145,
            "stop": 825753792
        },
        {
            "start": 825753824,
            "stop": 825755324
        },
        {
            "start": 825755327,
            "stop": 825755335
        },
        {
            "start": 825755339,
            "stop": 825761440
        },
        {
            "start": 825761472,
            "stop": 825762816
        }
    ]
}