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=76
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=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=75",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 76,
    "results": [
        {
            "start": 824511056,
            "stop": 824511059
        },
        {
            "start": 824511062,
            "stop": 824511066
        },
        {
            "start": 824511072,
            "stop": 824511086
        },
        {
            "start": 824511092,
            "stop": 824511117
        },
        {
            "start": 824511120,
            "stop": 824511122
        },
        {
            "start": 824511125,
            "stop": 824511165
        },
        {
            "start": 824511168,
            "stop": 824511178
        },
        {
            "start": 824511181,
            "stop": 824511189
        },
        {
            "start": 824511195,
            "stop": 824511209
        },
        {
            "start": 824511215,
            "stop": 824511226
        },
        {
            "start": 824511229,
            "stop": 824511231
        },
        {
            "start": 824511234,
            "stop": 824511248
        },
        {
            "start": 824511261,
            "stop": 824511268
        },
        {
            "start": 824511271,
            "stop": 824511274
        },
        {
            "start": 824511277,
            "stop": 824511281
        },
        {
            "start": 824511284,
            "stop": 824511306
        },
        {
            "start": 824521701,
            "stop": 824526227
        },
        {
            "start": 824526237,
            "stop": 824527059
        },
        {
            "start": 824527063,
            "stop": 824527090
        },
        {
            "start": 824527097,
            "stop": 824527112
        }
    ]
}