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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=229",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 230,
    "results": [
        {
            "start": 849249890,
            "stop": 849300006
        },
        {
            "start": 849306061,
            "stop": 849369716
        },
        {
            "start": 849396394,
            "stop": 849396853
        },
        {
            "start": 849401857,
            "stop": 849413711
        },
        {
            "start": 849415838,
            "stop": 849427890
        },
        {
            "start": 849428089,
            "stop": 849443385
        },
        {
            "start": 849445377,
            "stop": 849470593
        },
        {
            "start": 849471555,
            "stop": 849477073
        },
        {
            "start": 849477558,
            "stop": 849554394
        },
        {
            "start": 849555995,
            "stop": 849564253
        },
        {
            "start": 849565220,
            "stop": 849568069
        },
        {
            "start": 849576463,
            "stop": 849637513
        },
        {
            "start": 849680776,
            "stop": 849705286
        },
        {
            "start": 849706362,
            "stop": 849711487
        },
        {
            "start": 849712714,
            "stop": 849719470
        },
        {
            "start": 849720590,
            "stop": 849726040
        },
        {
            "start": 849727436,
            "stop": 849729289
        },
        {
            "start": 849729869,
            "stop": 849750973
        },
        {
            "start": 849752708,
            "stop": 849774013
        },
        {
            "start": 849777933,
            "stop": 849786073
        }
    ]
}