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=974
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=975",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=973",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 974,
    "results": [
        {
            "start": 869233016,
            "stop": 869233916
        },
        {
            "start": 869235668,
            "stop": 869237108
        },
        {
            "start": 869237323,
            "stop": 869244403
        },
        {
            "start": 869244612,
            "stop": 869245152
        },
        {
            "start": 869251968,
            "stop": 869253048
        },
        {
            "start": 869255770,
            "stop": 869257630
        },
        {
            "start": 869257829,
            "stop": 869258129
        },
        {
            "start": 869263790,
            "stop": 869265170
        },
        {
            "start": 869273199,
            "stop": 869274939
        },
        {
            "start": 869275089,
            "stop": 869283549
        },
        {
            "start": 869283699,
            "stop": 869283849
        },
        {
            "start": 869283939,
            "stop": 869283999
        },
        {
            "start": 869284029,
            "stop": 869284269
        },
        {
            "start": 869284419,
            "stop": 869286099
        },
        {
            "start": 869286300,
            "stop": 869287890
        },
        {
            "start": 869288040,
            "stop": 869296050
        },
        {
            "start": 869296080,
            "stop": 869297220
        },
        {
            "start": 869306160,
            "stop": 869312580
        },
        {
            "start": 869312724,
            "stop": 869313924
        },
        {
            "start": 869314709,
            "stop": 869315189
        }
    ]
}