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=151
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=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=150",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 151,
    "results": [
        {
            "start": 836944478,
            "stop": 836948867
        },
        {
            "start": 836948869,
            "stop": 836948874
        },
        {
            "start": 836948875,
            "stop": 836948876
        },
        {
            "start": 836948877,
            "stop": 836948880
        },
        {
            "start": 836948885,
            "stop": 836948894
        },
        {
            "start": 836948898,
            "stop": 837025873
        },
        {
            "start": 837027450,
            "stop": 837028351
        },
        {
            "start": 837028352,
            "stop": 837028360
        },
        {
            "start": 837028364,
            "stop": 837033711
        },
        {
            "start": 837034728,
            "stop": 837038053
        },
        {
            "start": 837038990,
            "stop": 837086110
        },
        {
            "start": 837090809,
            "stop": 837110218
        },
        {
            "start": 837114783,
            "stop": 837114831
        },
        {
            "start": 837114851,
            "stop": 837135013
        },
        {
            "start": 837136248,
            "stop": 837160788
        },
        {
            "start": 837162612,
            "stop": 837163251
        },
        {
            "start": 837163262,
            "stop": 837163268
        },
        {
            "start": 837163277,
            "stop": 837163285
        },
        {
            "start": 837163293,
            "stop": 837163302
        },
        {
            "start": 837163308,
            "stop": 837163319
        }
    ]
}