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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=191",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 192,
    "results": [
        {
            "start": 841473557,
            "stop": 841473558
        },
        {
            "start": 841474440,
            "stop": 841490883
        },
        {
            "start": 841494653,
            "stop": 841495613
        },
        {
            "start": 841495706,
            "stop": 841495753
        },
        {
            "start": 841496502,
            "stop": 841496945
        },
        {
            "start": 841500067,
            "stop": 841500244
        },
        {
            "start": 841543008,
            "stop": 841546093
        },
        {
            "start": 841546129,
            "stop": 841546131
        },
        {
            "start": 841546267,
            "stop": 841556262
        },
        {
            "start": 841559924,
            "stop": 841573633
        },
        {
            "start": 841574734,
            "stop": 841577593
        },
        {
            "start": 841577638,
            "stop": 841577639
        },
        {
            "start": 841623666,
            "stop": 841623717
        },
        {
            "start": 841624755,
            "stop": 841625528
        },
        {
            "start": 841625699,
            "stop": 841625953
        },
        {
            "start": 841625993,
            "stop": 841625995
        },
        {
            "start": 841626365,
            "stop": 841626613
        },
        {
            "start": 841626618,
            "stop": 841626620
        },
        {
            "start": 841628526,
            "stop": 841634413
        },
        {
            "start": 841634417,
            "stop": 841634418
        }
    ]
}