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_CW_CAT1/segments?format=api&page=305
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=306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=304",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 305,
    "results": [
        {
            "start": 859665070,
            "stop": 859704468
        },
        {
            "start": 859705507,
            "stop": 859720414
        },
        {
            "start": 859721719,
            "stop": 859723181
        },
        {
            "start": 859725180,
            "stop": 859736184
        },
        {
            "start": 859737807,
            "stop": 859751603
        },
        {
            "start": 859752467,
            "stop": 859758336
        },
        {
            "start": 859758902,
            "stop": 859761457
        },
        {
            "start": 859762860,
            "stop": 859766654
        },
        {
            "start": 859767242,
            "stop": 859781258
        },
        {
            "start": 859782818,
            "stop": 859787071
        },
        {
            "start": 859796788,
            "stop": 859831578
        },
        {
            "start": 859834357,
            "stop": 859848824
        },
        {
            "start": 859849602,
            "stop": 859853369
        },
        {
            "start": 859859737,
            "stop": 859898954
        },
        {
            "start": 859900450,
            "stop": 859922476
        },
        {
            "start": 859925963,
            "stop": 859934467
        },
        {
            "start": 859935476,
            "stop": 860000729
        },
        {
            "start": 860001339,
            "stop": 860010971
        },
        {
            "start": 860011670,
            "stop": 860011900
        },
        {
            "start": 860011916,
            "stop": 860040492
        }
    ]
}