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=4619
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=4620",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4618",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4619,
    "results": [
        {
            "start": 969289118,
            "stop": 969289130
        },
        {
            "start": 969289133,
            "stop": 969289137
        },
        {
            "start": 969289140,
            "stop": 969289178
        },
        {
            "start": 969289238,
            "stop": 969289260
        },
        {
            "start": 969289263,
            "stop": 969289307
        },
        {
            "start": 969289308,
            "stop": 969289317
        },
        {
            "start": 969289320,
            "stop": 969289507
        },
        {
            "start": 969289510,
            "stop": 969289571
        },
        {
            "start": 969289574,
            "stop": 969289658
        },
        {
            "start": 969289718,
            "stop": 969289778
        },
        {
            "start": 969289838,
            "stop": 969289947
        },
        {
            "start": 969289950,
            "stop": 969290036
        },
        {
            "start": 969290039,
            "stop": 969290053
        },
        {
            "start": 969290056,
            "stop": 969290258
        },
        {
            "start": 969290318,
            "stop": 969290325
        },
        {
            "start": 969290328,
            "stop": 969290344
        },
        {
            "start": 969290347,
            "stop": 969290380
        },
        {
            "start": 969290383,
            "stop": 969290408
        },
        {
            "start": 969290412,
            "stop": 969290488
        },
        {
            "start": 969290491,
            "stop": 969290498
        }
    ]
}