Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=214
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=213",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 214,
    "results": [
        {
            "start": 1421015166,
            "stop": 1421018265
        },
        {
            "start": 1421018267,
            "stop": 1421019966
        },
        {
            "start": 1421019967,
            "stop": 1421021870
        },
        {
            "start": 1421021871,
            "stop": 1421021889
        },
        {
            "start": 1421021894,
            "stop": 1421026941
        },
        {
            "start": 1421026945,
            "stop": 1421027533
        },
        {
            "start": 1421027537,
            "stop": 1421027735
        },
        {
            "start": 1421027737,
            "stop": 1421027869
        },
        {
            "start": 1421027871,
            "stop": 1421029726
        },
        {
            "start": 1421029728,
            "stop": 1421030035
        },
        {
            "start": 1421030037,
            "stop": 1421030509
        },
        {
            "start": 1421030514,
            "stop": 1421030774
        },
        {
            "start": 1421030776,
            "stop": 1421030816
        },
        {
            "start": 1421030818,
            "stop": 1421031359
        },
        {
            "start": 1421031360,
            "stop": 1421031361
        },
        {
            "start": 1421031369,
            "stop": 1421031409
        },
        {
            "start": 1421031410,
            "stop": 1421031411
        },
        {
            "start": 1421031413,
            "stop": 1421031417
        },
        {
            "start": 1421031419,
            "stop": 1421031585
        },
        {
            "start": 1421031593,
            "stop": 1421031633
        }
    ]
}