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=4565
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=4566",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4564",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4565,
    "results": [
        {
            "start": 968847129,
            "stop": 968847416
        },
        {
            "start": 968847419,
            "stop": 968847421
        },
        {
            "start": 968847424,
            "stop": 968847527
        },
        {
            "start": 968847530,
            "stop": 968847753
        },
        {
            "start": 968847756,
            "stop": 968847882
        },
        {
            "start": 968847885,
            "stop": 968848102
        },
        {
            "start": 968849702,
            "stop": 968849721
        },
        {
            "start": 968850463,
            "stop": 968850468
        },
        {
            "start": 968850470,
            "stop": 968850472
        },
        {
            "start": 968850477,
            "stop": 968850485
        },
        {
            "start": 968850486,
            "stop": 968850487
        },
        {
            "start": 968850488,
            "stop": 968850491
        },
        {
            "start": 968850495,
            "stop": 968850497
        },
        {
            "start": 968850499,
            "stop": 968850502
        },
        {
            "start": 968850504,
            "stop": 968850508
        },
        {
            "start": 968850509,
            "stop": 968850565
        },
        {
            "start": 968850566,
            "stop": 968850715
        },
        {
            "start": 968850718,
            "stop": 968850975
        },
        {
            "start": 968850978,
            "stop": 968851128
        },
        {
            "start": 968851131,
            "stop": 968851160
        }
    ]
}