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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=55",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 56,
    "results": [
        {
            "start": 817226091,
            "stop": 817226621
        },
        {
            "start": 817226650,
            "stop": 817227233
        },
        {
            "start": 817227286,
            "stop": 817227300
        },
        {
            "start": 817227352,
            "stop": 817227624
        },
        {
            "start": 817227631,
            "stop": 817229034
        },
        {
            "start": 817229041,
            "stop": 817229089
        },
        {
            "start": 817229096,
            "stop": 817229108
        },
        {
            "start": 817229139,
            "stop": 817229151
        },
        {
            "start": 817229180,
            "stop": 817229232
        },
        {
            "start": 817229265,
            "stop": 817229293
        },
        {
            "start": 817230920,
            "stop": 817231061
        },
        {
            "start": 817231068,
            "stop": 817231071
        },
        {
            "start": 817231079,
            "stop": 817231119
        },
        {
            "start": 817231126,
            "stop": 817231192
        },
        {
            "start": 817231207,
            "stop": 817231232
        },
        {
            "start": 817231239,
            "stop": 817231292
        },
        {
            "start": 817231299,
            "stop": 817231300
        },
        {
            "start": 817231307,
            "stop": 817231333
        },
        {
            "start": 817231341,
            "stop": 817231693
        },
        {
            "start": 817231725,
            "stop": 817231726
        }
    ]
}