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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=290",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=288",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 289,
    "results": [
        {
            "start": 968957609,
            "stop": 968957610
        },
        {
            "start": 968957625,
            "stop": 968957626
        },
        {
            "start": 968957634,
            "stop": 968957642
        },
        {
            "start": 968957650,
            "stop": 968957658
        },
        {
            "start": 968957664,
            "stop": 968957690
        },
        {
            "start": 968957693,
            "stop": 968957859
        },
        {
            "start": 968957862,
            "stop": 968958021
        },
        {
            "start": 968958024,
            "stop": 968958060
        },
        {
            "start": 968958063,
            "stop": 968958064
        },
        {
            "start": 968958070,
            "stop": 968958080
        },
        {
            "start": 968958083,
            "stop": 968958089
        },
        {
            "start": 968958093,
            "stop": 968958094
        },
        {
            "start": 968958107,
            "stop": 968958121
        },
        {
            "start": 968958125,
            "stop": 968958131
        },
        {
            "start": 968958134,
            "stop": 968958144
        },
        {
            "start": 968958148,
            "stop": 968958149
        },
        {
            "start": 968958152,
            "stop": 968958242
        },
        {
            "start": 968958245,
            "stop": 968958265
        },
        {
            "start": 968958275,
            "stop": 968958285
        },
        {
            "start": 968958293,
            "stop": 968958300
        }
    ]
}