Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=273
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=272",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 273,
    "results": [
        {
            "start": 866185186,
            "stop": 866185905
        },
        {
            "start": 866185909,
            "stop": 866186674
        },
        {
            "start": 866186678,
            "stop": 866186698
        },
        {
            "start": 866186701,
            "stop": 866186735
        },
        {
            "start": 866186738,
            "stop": 866186976
        },
        {
            "start": 866186979,
            "stop": 866187071
        },
        {
            "start": 866187074,
            "stop": 866187376
        },
        {
            "start": 866187379,
            "stop": 866187823
        },
        {
            "start": 866187826,
            "stop": 866188275
        },
        {
            "start": 866188278,
            "stop": 866188661
        },
        {
            "start": 866188664,
            "stop": 866188997
        },
        {
            "start": 866189000,
            "stop": 866189067
        },
        {
            "start": 866189070,
            "stop": 866189201
        },
        {
            "start": 866189204,
            "stop": 866190164
        },
        {
            "start": 866190167,
            "stop": 866190270
        },
        {
            "start": 866190273,
            "stop": 866190736
        },
        {
            "start": 866190739,
            "stop": 866191184
        },
        {
            "start": 866191187,
            "stop": 866191588
        },
        {
            "start": 866191591,
            "stop": 866192162
        },
        {
            "start": 866192165,
            "stop": 866192176
        }
    ]
}