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=9098
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=9099",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9097",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9098,
    "results": [
        {
            "start": 874750465,
            "stop": 874750550
        },
        {
            "start": 874750570,
            "stop": 874750648
        },
        {
            "start": 874750667,
            "stop": 874750933
        },
        {
            "start": 874750953,
            "stop": 874750956
        },
        {
            "start": 874750991,
            "stop": 874751396
        },
        {
            "start": 874751413,
            "stop": 874752172
        },
        {
            "start": 874752193,
            "stop": 874752257
        },
        {
            "start": 874752276,
            "stop": 874752724
        },
        {
            "start": 874752743,
            "stop": 874752751
        },
        {
            "start": 874752770,
            "stop": 874752850
        },
        {
            "start": 874752869,
            "stop": 874752946
        },
        {
            "start": 874752963,
            "stop": 874753367
        },
        {
            "start": 874753384,
            "stop": 874753540
        },
        {
            "start": 874753557,
            "stop": 874753631
        },
        {
            "start": 874753650,
            "stop": 874753829
        },
        {
            "start": 874753848,
            "stop": 874754109
        },
        {
            "start": 874754126,
            "stop": 874754382
        },
        {
            "start": 874754401,
            "stop": 874754480
        },
        {
            "start": 874754499,
            "stop": 874755076
        },
        {
            "start": 874755093,
            "stop": 874755344
        }
    ]
}