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=286
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=287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=285",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 286,
    "results": [
        {
            "start": 855652812,
            "stop": 855663093
        },
        {
            "start": 855663844,
            "stop": 855669431
        },
        {
            "start": 855669568,
            "stop": 855671116
        },
        {
            "start": 855672403,
            "stop": 855676111
        },
        {
            "start": 855676414,
            "stop": 855676814
        },
        {
            "start": 855696198,
            "stop": 855699112
        },
        {
            "start": 855699234,
            "stop": 855702850
        },
        {
            "start": 855702920,
            "stop": 855703659
        },
        {
            "start": 855704834,
            "stop": 855708715
        },
        {
            "start": 855712334,
            "stop": 855738522
        },
        {
            "start": 855740031,
            "stop": 855748315
        },
        {
            "start": 855749549,
            "stop": 855760391
        },
        {
            "start": 855760469,
            "stop": 855792986
        },
        {
            "start": 855794465,
            "stop": 855802293
        },
        {
            "start": 855802343,
            "stop": 855820841
        },
        {
            "start": 855824621,
            "stop": 855834521
        },
        {
            "start": 855835832,
            "stop": 855852099
        },
        {
            "start": 855854447,
            "stop": 855863530
        },
        {
            "start": 855863728,
            "stop": 855866797
        },
        {
            "start": 855867298,
            "stop": 855871071
        }
    ]
}