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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=147",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 148,
    "results": [
        {
            "start": 968426453,
            "stop": 968431482
        },
        {
            "start": 968432705,
            "stop": 968433716
        },
        {
            "start": 968435103,
            "stop": 968436730
        },
        {
            "start": 968436964,
            "stop": 968450636
        },
        {
            "start": 968453365,
            "stop": 968454442
        },
        {
            "start": 968456456,
            "stop": 968463308
        },
        {
            "start": 968465518,
            "stop": 968467951
        },
        {
            "start": 968469561,
            "stop": 968497692
        },
        {
            "start": 968500489,
            "stop": 968504348
        },
        {
            "start": 968522021,
            "stop": 968530340
        },
        {
            "start": 968530470,
            "stop": 968533709
        },
        {
            "start": 968549402,
            "stop": 968549575
        },
        {
            "start": 968556757,
            "stop": 968561107
        },
        {
            "start": 968561455,
            "stop": 968566317
        },
        {
            "start": 968569252,
            "stop": 968569316
        },
        {
            "start": 968571186,
            "stop": 968572939
        },
        {
            "start": 968576181,
            "stop": 968581948
        },
        {
            "start": 968582087,
            "stop": 968587806
        },
        {
            "start": 968589426,
            "stop": 968596603
        },
        {
            "start": 968599389,
            "stop": 968601031
        }
    ]
}