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=78
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=79",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=77",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 78,
    "results": [
        {
            "start": 950286399,
            "stop": 950293064
        },
        {
            "start": 950295017,
            "stop": 950300324
        },
        {
            "start": 950301903,
            "stop": 950314308
        },
        {
            "start": 950314465,
            "stop": 950342558
        },
        {
            "start": 950344031,
            "stop": 950355510
        },
        {
            "start": 950356987,
            "stop": 950360343
        },
        {
            "start": 950361612,
            "stop": 950363176
        },
        {
            "start": 950364391,
            "stop": 950364950
        },
        {
            "start": 950365787,
            "stop": 950366416
        },
        {
            "start": 950370968,
            "stop": 950390655
        },
        {
            "start": 950396814,
            "stop": 950445333
        },
        {
            "start": 950446868,
            "stop": 950448855
        },
        {
            "start": 950450729,
            "stop": 950453133
        },
        {
            "start": 950459552,
            "stop": 950460069
        },
        {
            "start": 950468702,
            "stop": 950470234
        },
        {
            "start": 950478876,
            "stop": 950478891
        },
        {
            "start": 950479744,
            "stop": 950481840
        },
        {
            "start": 950489993,
            "stop": 950492149
        },
        {
            "start": 950509392,
            "stop": 950509988
        },
        {
            "start": 950514819,
            "stop": 950537339
        }
    ]
}