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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=48",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 49,
    "results": [
        {
            "start": 819842963,
            "stop": 819849458
        },
        {
            "start": 819850003,
            "stop": 819859133
        },
        {
            "start": 819859136,
            "stop": 819881061
        },
        {
            "start": 819881063,
            "stop": 819881065
        },
        {
            "start": 819881776,
            "stop": 819887026
        },
        {
            "start": 819888431,
            "stop": 819901444
        },
        {
            "start": 819901445,
            "stop": 819901537
        },
        {
            "start": 819902055,
            "stop": 819922330
        },
        {
            "start": 819922813,
            "stop": 819927051
        },
        {
            "start": 819929901,
            "stop": 819968520
        },
        {
            "start": 819969025,
            "stop": 819974118
        },
        {
            "start": 819974518,
            "stop": 819974519
        },
        {
            "start": 819975882,
            "stop": 819975994
        },
        {
            "start": 819976719,
            "stop": 819977295
        },
        {
            "start": 819978061,
            "stop": 819978087
        },
        {
            "start": 819978487,
            "stop": 819979280
        },
        {
            "start": 819979600,
            "stop": 819980715
        },
        {
            "start": 819981115,
            "stop": 819983917
        },
        {
            "start": 819984860,
            "stop": 820002565
        },
        {
            "start": 820026974,
            "stop": 820046258
        }
    ]
}