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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9964",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9962",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9963,
    "results": [
        {
            "start": 871826503,
            "stop": 871826505
        },
        {
            "start": 871826559,
            "stop": 871826596
        },
        {
            "start": 871826632,
            "stop": 871826646
        },
        {
            "start": 871826710,
            "stop": 871826737
        },
        {
            "start": 871826773,
            "stop": 871826828
        },
        {
            "start": 871826901,
            "stop": 871826902
        },
        {
            "start": 871827040,
            "stop": 871827122
        },
        {
            "start": 871827229,
            "stop": 871827261
        },
        {
            "start": 871827429,
            "stop": 871827439
        },
        {
            "start": 871836347,
            "stop": 871836577
        },
        {
            "start": 871836613,
            "stop": 871838589
        },
        {
            "start": 871838606,
            "stop": 871838669
        },
        {
            "start": 871838687,
            "stop": 871839175
        },
        {
            "start": 871839297,
            "stop": 871839672
        },
        {
            "start": 871839792,
            "stop": 871839885
        },
        {
            "start": 871839902,
            "stop": 871840344
        },
        {
            "start": 871840361,
            "stop": 871843368
        },
        {
            "start": 871843385,
            "stop": 871843500
        },
        {
            "start": 871843560,
            "stop": 871844280
        },
        {
            "start": 871844340,
            "stop": 871845111
        }
    ]
}