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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=186",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 187,
    "results": [
        {
            "start": 820195753,
            "stop": 820195845
        },
        {
            "start": 820195852,
            "stop": 820196018
        },
        {
            "start": 820196025,
            "stop": 820196048
        },
        {
            "start": 820196055,
            "stop": 820196100
        },
        {
            "start": 820196107,
            "stop": 820196124
        },
        {
            "start": 820196131,
            "stop": 820196162
        },
        {
            "start": 820196170,
            "stop": 820196216
        },
        {
            "start": 820196224,
            "stop": 820196228
        },
        {
            "start": 820196237,
            "stop": 820196273
        },
        {
            "start": 820196281,
            "stop": 820196324
        },
        {
            "start": 820196331,
            "stop": 820196353
        },
        {
            "start": 820196406,
            "stop": 820196407
        },
        {
            "start": 820197260,
            "stop": 820197554
        },
        {
            "start": 820197561,
            "stop": 820197578
        },
        {
            "start": 820197590,
            "stop": 820197655
        },
        {
            "start": 820197662,
            "stop": 820197774
        },
        {
            "start": 820197782,
            "stop": 820197874
        },
        {
            "start": 820197881,
            "stop": 820197932
        },
        {
            "start": 820197939,
            "stop": 820197974
        },
        {
            "start": 820197981,
            "stop": 820198186
        }
    ]
}