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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9093",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9091",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9092,
    "results": [
        {
            "start": 874696387,
            "stop": 874696436
        },
        {
            "start": 874696455,
            "stop": 874696644
        },
        {
            "start": 874696661,
            "stop": 874696710
        },
        {
            "start": 874696727,
            "stop": 874696778
        },
        {
            "start": 874696795,
            "stop": 874696972
        },
        {
            "start": 874696997,
            "stop": 874697003
        },
        {
            "start": 874697022,
            "stop": 874697101
        },
        {
            "start": 874697118,
            "stop": 874697398
        },
        {
            "start": 874697430,
            "stop": 874697471
        },
        {
            "start": 874697490,
            "stop": 874697553
        },
        {
            "start": 874697570,
            "stop": 874697578
        },
        {
            "start": 874697595,
            "stop": 874697643
        },
        {
            "start": 874697935,
            "stop": 874698083
        },
        {
            "start": 874698109,
            "stop": 874698954
        },
        {
            "start": 874698971,
            "stop": 874699038
        },
        {
            "start": 874699060,
            "stop": 874699111
        },
        {
            "start": 874699134,
            "stop": 874699136
        },
        {
            "start": 874699158,
            "stop": 874699160
        },
        {
            "start": 874699178,
            "stop": 874699180
        },
        {
            "start": 874699199,
            "stop": 874699284
        }
    ]
}