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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=131",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 132,
    "results": [
        {
            "start": 932722163,
            "stop": 932722164
        },
        {
            "start": 932722240,
            "stop": 932722255
        },
        {
            "start": 932722293,
            "stop": 932722516
        },
        {
            "start": 932725402,
            "stop": 932725446
        },
        {
            "start": 932725484,
            "stop": 932725497
        },
        {
            "start": 932725516,
            "stop": 932725535
        },
        {
            "start": 932725576,
            "stop": 932725672
        },
        {
            "start": 932725696,
            "stop": 932725703
        },
        {
            "start": 932725785,
            "stop": 932725848
        },
        {
            "start": 932725934,
            "stop": 932725941
        },
        {
            "start": 932725946,
            "stop": 932726029
        },
        {
            "start": 932726053,
            "stop": 932726118
        },
        {
            "start": 932726170,
            "stop": 932726292
        },
        {
            "start": 932726362,
            "stop": 932726372
        },
        {
            "start": 932726392,
            "stop": 932726395
        },
        {
            "start": 932726496,
            "stop": 932726498
        },
        {
            "start": 932726517,
            "stop": 932726527
        },
        {
            "start": 932726566,
            "stop": 932726581
        },
        {
            "start": 932726656,
            "stop": 932726672
        },
        {
            "start": 932726691,
            "stop": 932726725
        }
    ]
}