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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10238",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10239,
    "results": [
        {
            "start": 874456673,
            "stop": 874456947
        },
        {
            "start": 874456983,
            "stop": 874457163
        },
        {
            "start": 874457201,
            "stop": 874457580
        },
        {
            "start": 874457618,
            "stop": 874458570
        },
        {
            "start": 874458607,
            "stop": 874459025
        },
        {
            "start": 874459068,
            "stop": 874459245
        },
        {
            "start": 874459321,
            "stop": 874459392
        },
        {
            "start": 874459450,
            "stop": 874459629
        },
        {
            "start": 874459670,
            "stop": 874459833
        },
        {
            "start": 874459882,
            "stop": 874460019
        },
        {
            "start": 874460055,
            "stop": 874460532
        },
        {
            "start": 874460594,
            "stop": 874460632
        },
        {
            "start": 874460669,
            "stop": 874460685
        },
        {
            "start": 874460748,
            "stop": 874463099
        },
        {
            "start": 874463210,
            "stop": 874463222
        },
        {
            "start": 874463258,
            "stop": 874463412
        },
        {
            "start": 874463448,
            "stop": 874463639
        },
        {
            "start": 874463675,
            "stop": 874463788
        },
        {
            "start": 874463883,
            "stop": 874463891
        },
        {
            "start": 874463939,
            "stop": 874464198
        }
    ]
}